Package org.apache.cassandra.io.util
Interface FileDataInput
- All Superinterfaces:
AutoCloseable,Closeable,DataInput,DataInputPlus,RewindableDataInput
- All Known Implementing Classes:
EncryptedFileSegmentInputStream,FileSegmentInputStream,RandomAccessReader,RandomAccessReaderAdapter
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.cassandra.io.util.DataInputPlus
DataInputPlus.DataInputStreamPlus -
Method Summary
Methods inherited from interface java.io.DataInput
readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTFMethods inherited from interface org.apache.cassandra.io.util.DataInputPlus
readUnsignedVInt, readUnsignedVInt32, readVInt, readVInt32, skipBytes, skipBytesFullyMethods inherited from interface org.apache.cassandra.io.util.RewindableDataInput
bytesPastMark, mark, reset
-
Method Details
-
getPath
String getPath() -
isEOF
- Throws:
IOException
-
bytesRemaining
- Throws:
IOException
-
seek
- Throws:
IOException
-
getFilePointer
long getFilePointer()
-