public class InputStreamCompactReader extends CompactReader
| Constructor and Description |
|---|
InputStreamCompactReader(InputStream
|
| Modifier and Type | Method and Description |
|---|---|
int |
read(byte[] buffer, int off, int len)
|
int |
readByte()
|
decodeZigZag, readFully, readInt, readLong, readString, readVariableLengthSignedInteger, readVariableLengthUnsignedIntegerpublic InputStreamCompactReader(InputStreamis)
public int readByte()
throws IOException
readByte in class
CompactReader
IOException
public int read(byte[] buffer,
int off,
int len)
throws IOException
read in class
CompactReader
IOException