Module bitread

Module bitread 

Source
Expand description

Bitstream reader functionality.

Structs§

BitReadBE
A big-endian reader.
BitReadLE
A little-endian reader.

Traits§

BitRead
Used to define a bitreader.
BitReadEndian
Used to interact with a sequence of 64 bits, taking into account the relative endianness.
BitReadFill
Used to extract a sequence of bits from an internal buffer.
BitReadInternal
Used to interact with an internal buffer.