public class ChecksummedRandomAccessReader extends RandomAccessReader
Modifier and Type | Class and Description |
---|---|
static class |
ChecksummedRandomAccessReader.Builder |
static class |
ChecksummedRandomAccessReader.CorruptFileException |
RandomAccessReader.BufferedRandomAccessFileMark, RandomAccessReader.RandomAccessReaderWithOwnChannel
DataInputPlus.DataInputStreamPlus
bufferOffset, bufferSize, bufferType, channel, DEFAULT_BUFFER_SIZE, limiter, markedPointer, MAX_BUFFER_SIZE, regions
buffer
Modifier and Type | Method and Description |
---|---|
void |
close() |
protected void |
reBufferMmap() |
protected void |
reBufferStandard() |
void |
seek(long newPosition) |
allocateBuffer, available, bytesPastMark, bytesPastMark, bytesRemaining, current, getChannel, getFilePointer, getPath, getPosition, isEOF, length, mark, markSupported, open, open, readLine, reBuffer, releaseBuffer, reset, reset, toString
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 void reBufferStandard()
reBufferStandard
in class RandomAccessReader
protected void reBufferMmap()
reBufferMmap
in class RandomAccessReader
public void seek(long newPosition)
seek
in interface FileDataInput
seek
in class RandomAccessReader
public void close()
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
close
in class RandomAccessReader
Copyright © 2016 The Apache Software Foundation