Package org.apache.cassandra.io.util
Interface RewindableDataInput
- All Superinterfaces:
DataInput,DataInputPlus
- All Known Subinterfaces:
FileDataInput
- 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
Modifier and TypeMethodDescriptionlongbytesPastMark(DataPosition mark) mark()voidreset(DataPosition mark) 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, skipBytesFully
-
Method Details
-
mark
DataPosition mark() -
reset
- Throws:
IOException
-
bytesPastMark
-