Module avro.codec.binarydecoder

Logic to deserialize Avro data encoded in binary format.

Functions

NameDescription
binaryDecoder(iRange) Convenience function to create a [BinaryDecoder] and infer the range type.

Classes

NameDescription
BinaryDecoder A [Decoder] for binary-format data.