Skip to main content

Module reader

Module reader 

Source
Expand description

Binary cache file reader.

CacheReader opens and validates a binary cache file, then provides methods for decoding events — either all at once or a range — without needing to know the encoding details.

Structs§

CacheReader
Reads events from a binary columnar cache file.

Enums§

CacheReaderError
Errors returned by CacheReader.