Class JournalHeader

java.lang.Object
net.sodacan.core.journal.JournalHeader

public class JournalHeader extends Object

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 Details

    • JournalHeader

      public JournalHeader()