public class CompressedRandomAccessReader extends RandomAccessReader
Modifier and Type | Class and Description |
---|---|
static class |
CompressedRandomAccessReader.Builder |
RandomAccessReader.BufferedRandomAccessFileMark, RandomAccessReader.RandomAccessReaderWithOwnChannel
DataInputPlus.DataInputStreamPlus
bufferOffset, bufferSize, bufferType, channel, DEFAULT_BUFFER_SIZE, limiter, markedPointer, MAX_BUFFER_SIZE, regions
buffer
Modifier | Constructor and Description |
---|---|
protected |
CompressedRandomAccessReader(CompressedRandomAccessReader.Builder builder) |
Modifier and Type | Method and Description |
---|---|
double |
getCrcCheckChance() |
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, skipBytes, skipBytesFully
protected CompressedRandomAccessReader(CompressedRandomAccessReader.Builder builder)
public double getCrcCheckChance()
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 © 2016 The Apache Software Foundation