Class DataFile

java.lang.Object
org.eclipse.rdf4j.sail.nativerdf.datastore.DataFile
All Implemented Interfaces:
Closeable, AutoCloseable

public class DataFile extends Object implements Closeable
Class supplying access to a data file. A data file stores data sequentially. Each entry starts with the entry's length (4 bytes), followed by the data itself. File offsets are used to identify entries.
Author:
Arjohn Kampman