Class SimpleMappedReader

java.lang.Object
io.github.jbellis.jvector.disk.SimpleMappedReader
All Implemented Interfaces:
RandomAccessReader, AutoCloseable

public class SimpleMappedReader extends Object implements RandomAccessReader
Simple sample implementation of RandomAccessReader. It provides a bare minimum to run against disk in reasonable time. Does not handle files above 2 GB.