SnapshotValueReader

class SnapshotValueReader(val lineReader: LineReader)

Provides the ability to parse a snapshot file incrementally.

Constructors

Link copied to clipboard
constructor(lineReader: LineReader)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
var line: String?
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Reads the next value.

Link copied to clipboard

The key of the next value, does not increment anything about the reader's state.

Link copied to clipboard
fun skipValue()

Same as nextValue, but faster.