protected class Deserializer.BufferInputStream extends InputStream
| Modifier | Constructor and Description |
|---|---|
protected |
Deserializer.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, skippublic int read()
read in class InputStreampublic int read(byte[] bytes)
read in class InputStreampublic int read(byte[] bytes,
int offset,
int length)
read in class InputStream