Class BinaryDataFileRandomAccess

  • All Implemented Interfaces:
    org.apache.jena.atlas.lib.Closeable, org.apache.jena.atlas.lib.Sync, BinaryDataFile

    public class BinaryDataFileRandomAccess
    extends java.lang.Object
    implements BinaryDataFile
    Implementation of BinaryDataFile using RandomAccessFile.
  • No buffering of reads or writes provided.
  • Not thread-safe.
See Also:
BinaryDataFileWriteBuffered