public class CompressedRandomAccessReader extends RandomAccessReader
Modifier and Type | Class and Description |
---|---|
static class |
CompressedRandomAccessReader.Builder |
RandomAccessReader.BufferedRandomAccessFileMark, RandomAccessReader.RandomAccessReaderWithOwnChannel
DataInputPlus.DataInputStreamPlus
bufferOffset, bufferSize, channel, DEFAULT_BUFFER_SIZE, limiter, markedPointer, MAX_THROTTLED_BUFFER_SIZE, regions
buffer
Modifier | Constructor and Description |
---|---|
protected |
CompressedRandomAccessReader(CompressedRandomAccessReader.Builder builder) |
Modifier and Type | Method and Description |
---|---|
protected int |
getBufferSize(RandomAccessReader.Builder builder) |
protected void |
initializeBuffer() |
long |
length() |
protected void |
reBufferMmap() |
protected void |
reBufferStandard() |
protected void |
releaseBuffer() |
java.lang.String |
toString() |
allocateBuffer, available, bytesPastMark, bytesPastMark, bytesRemaining, close, current, getChannel, getFilePointer, getPath, getPosition, isEOF, mark, markSupported, open, open, readLine, reBuffer, reset, reset, seek
read, read, readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLong, readPrimitiveSlowly, readShort, readUnsignedByte, readUnsignedShort, readUnsignedVInt, readUTF, readVInt, skipBytes
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
readUnsignedVInt, readVInt
protected CompressedRandomAccessReader(CompressedRandomAccessReader.Builder builder)
protected int getBufferSize(RandomAccessReader.Builder builder)
getBufferSize
in class RandomAccessReader
protected void initializeBuffer()
initializeBuffer
in class RandomAccessReader
protected void releaseBuffer()
releaseBuffer
in class RandomAccessReader
protected void reBufferStandard()
reBufferStandard
in class RandomAccessReader
protected void reBufferMmap()
reBufferMmap
in class RandomAccessReader
public long length()
length
in class RandomAccessReader
public java.lang.String toString()
toString
in class RandomAccessReader
Copyright © 2015 The Apache Software Foundation