Module file

Source
Expand description

Contains the Reader and Writer objects.

Structs§

Compression
Compression level to use. Applies to Parquet and JSON data in the OMF file.
Limits
Memory limits for reading OMF files.
Reader
OMF reader object.
SubFile
A seek-able sub-file with a start and end point within a larger file.
Writer
OMF writer object.

Traits§

ReadAt
Read from a file-like object at an offset.
WriteTo