Class BinaryDataFileWriteBuffered

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

    public class BinaryDataFileWriteBuffered
    extends java.lang.Object
    implements BinaryDataFile
    Implementation of BinaryDataFile adding write buffering to another BinaryDataFile file, such as a BinaryDataFileRandomAccess.
  • Thread-safe.
  • No read buffering provided.
  • The write buffer is flushed when switching to read.