Module bitio

Source
Expand description

Bit level I/O operations.

Structs§

BitReader
Actual implementation of bit-oriented input reader.
BitWriter
Actual implementation of bit-oriented outour writer.

Traits§

BitRead
A trait for object that allow reading symbols of variable bit lengths.
BitWrite
A trait for object that allows writing symbols of variable bit lengths.
ByteCount
A trait for counting the number of bytes flowing trough a Read or Write implementation.