BinaryCodec class
A binary codec implementation.
Constructors
null
Methods
Generates an expression that reads a number of bytes from a stream.
Generates an expression that reads item blocks from a stream.
Generates an expression that reads blocks from a stream.
Generates an expression that reads a boolean.
Generates an expression that reads a double-precision floating-point number.
Reads a zig-zag encoded integer.
Generates an expression that reads key-value blocks from a stream.
Generates an expression that reads a single-precision floating-point number.
Generates an expression that writes bytes to a stream.
Generates an expression that writes item blocks to a stream.
Generates an expression that writes a boolean.
Generates an expression that writes a single- or double-precision floating-point number.
Generates an expression that writes a zig-zag encoded integer.
Generates an expression that writes key-value blocks to a stream.