protected class Deserializer.BufferInputStream extends InputStream
Modifier | Constructor and Description |
---|---|
protected |
BufferInputStream() |
Modifier and Type | Method and Description |
---|---|
int |
read() |
int |
read(byte[] bytes) |
int |
read(byte[] bytes,
int offset,
int length) |
available, close, mark, markSupported, reset, skip
public int read()
read
in class InputStream
public int read(byte[] bytes)
read
in class InputStream
public int read(byte[] bytes, int offset, int length)
read
in class InputStream