Class BinaryDataFileMem

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

    public class BinaryDataFileMem
    extends java.lang.Object
    implements BinaryDataFile
    Implementation of BinaryDataFile in memory for testing and development use. Raw performance is not an objective.
  • This implementation is thread-safe.