Package net.sodacan.core.journal
Class JournalHeader
java.lang.Object
net.sodacan.core.journal.JournalHeader
The first 2^16 bytes of a journal file are reserved for header information pertaining to the format of the rest of the file. Each entry in a journal has a permanent, monotonic, non-contiguous identifier. For efficiency, the identifier corresponds to, but is not the same as, the offset of the entry within the file.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
JournalHeader
public JournalHeader()
-