Class SeekingRandomAccessInput
java.lang.Object
org.apache.cassandra.index.sai.disk.io.SeekingRandomAccessInput
- All Implemented Interfaces:
org.apache.lucene.store.RandomAccessInput
public class SeekingRandomAccessInput
extends Object
implements org.apache.lucene.store.RandomAccessInput
IndexInput adapter that exposes it as a RandomAccessInput.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SeekingRandomAccessInput
public SeekingRandomAccessInput(org.apache.lucene.store.IndexInput in)
-
-
Method Details
-
readByte
- Specified by:
readBytein interfaceorg.apache.lucene.store.RandomAccessInput- Throws:
IOException
-
readShort
- Specified by:
readShortin interfaceorg.apache.lucene.store.RandomAccessInput- Throws:
IOException
-
readInt
- Specified by:
readIntin interfaceorg.apache.lucene.store.RandomAccessInput- Throws:
IOException
-
readLong
- Specified by:
readLongin interfaceorg.apache.lucene.store.RandomAccessInput- Throws:
IOException
-
toString
-