private static class SeekableInputStream.CompressedIntsDataInput extends SeekableInputStream
STRING_ENCODING_CONSTANT_POOL| Constructor and Description |
|---|
CompressedIntsDataInput(byte[] buffer) |
| Modifier and Type | Method and Description |
|---|---|
char |
readChar() |
private long |
readCompressedLong() |
int |
readInt() |
long |
readLong() |
short |
readShort() |
long |
readUnsignedInt() |
int |
readUnsignedShort() |
build, readBoolean, readByte, readDouble, readFloat, readFully, readFully, readRawString, readUnsignedByte, seek, skipStringpublic short readShort()
throws java.io.IOException
readShort in interface IDataInputreadShort in class SeekableInputStreamjava.io.IOExceptionpublic int readUnsignedShort()
throws java.io.IOException
readUnsignedShort in interface IDataInputreadUnsignedShort in class SeekableInputStreamjava.io.IOExceptionpublic char readChar()
throws java.io.IOException
readChar in interface IDataInputreadChar in class SeekableInputStreamjava.io.IOExceptionpublic int readInt()
throws java.io.IOException
readInt in interface IDataInputreadInt in class SeekableInputStreamjava.io.IOExceptionpublic long readUnsignedInt()
throws java.io.IOException
readUnsignedInt in interface IDataInputreadUnsignedInt in class SeekableInputStreamjava.io.IOExceptionpublic long readLong()
throws java.io.IOException
readLong in interface IDataInputreadLong in class SeekableInputStreamjava.io.IOExceptionprivate long readCompressedLong()
throws java.io.IOException
java.io.IOException