@NotThreadSafe public interface JournalFileParser extends Closeable
Modifier and Type | Interface and Description |
---|---|
static class |
JournalFileParser.Factory
Factory to create
JournalFileParser . |
Modifier and Type | Method and Description |
---|---|
Journal.JournalEntry |
next()
Parses a journal file and returns the next entry from the journal file.
|
Journal.JournalEntry next() throws IOException
IOException
Copyright © 2023. All Rights Reserved.