class PackedDataInputStream
extends java.io.DataInputStream
PackedDataOutputStream
Thread-Safety
This class is not thread-safe can not be shared between threads.Modifier and Type | Field and Description |
---|---|
(package private) static int |
MAX_1BYTE |
Constructor and Description |
---|
PackedDataInputStream(java.io.InputStream in) |
Modifier and Type | Method and Description |
---|---|
int |
readPackedU32()
Reads a packed unsigned integer.
|
read, read, readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, readUTF, skipBytes
static final int MAX_1BYTE
public int readPackedU32() throws java.io.IOException
java.io.IOException