Package io.github.jbellis.jvector.disk
Interface RandomAccessReader
- All Superinterfaces:
AutoCloseable
- All Known Implementing Classes:
SimpleMappedReader
This is a subset of DataInput, plus seek and readFully methods, which allows implementations
to use more efficient options like FloatBuffer for bulk reads.
-
Method Summary
-
Method Details
-
seek
- Throws:
IOException
-
readInt
- Throws:
IOException
-
readFully
- Throws:
IOException
-
readFully
- Throws:
IOException
-
readFully
- Throws:
IOException
-
read
- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Throws:
IOException
-