Skip to content

JournalEntry Constructors

Represents one persisted journal entry.

JournalEntry(string, JournalBufferReader)

View source
public JournalEntry(string formatKey, JournalBufferReader reader)
Represents one persisted journal entry.

Parameters

formatKeystring
The journal format key for reader.
readerJournalBufferReader
The entry payload reader.