Java org.apache.cassandra.io.util RandomAccessReader fields, constructors, methods, implement or subclass

Example usage for Java org.apache.cassandra.io.util RandomAccessReader fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.cassandra.io.util RandomAccessReader.

The text is from its open source code.

Method

longbytesPastMark(DataPosition mark)
longbytesPastMark()
longbytesRemaining()
voidclose()
longgetFilePointer()
StringgetPath()
booleanisEOF()
longlength()
DataPositionmark()
RandomAccessReaderopen(File file)
Open a RandomAccessReader (not compressed, not mmapped, no read throttling) that will own its channel.
intread()
voidreadFully(byte[] b)
voidreadFully(byte[] b, int off, int len)
intreadInt()
longreadLong()
voidreset(DataPosition mark)
voidreset()
voidseek(long newPosition)
intskipBytes(int n)