Struct redux::bitio::BitReader [] [src]

pub struct BitReader<'a> { /* fields omitted */ }

Actual implementation of bit-oriented input reader.

Methods

impl<'a> BitReader<'a>
[src]

Creates a new instance by wrapping a byte input stream.

Trait Implementations

impl<'a> ByteCount for BitReader<'a>
[src]

Returns the number of bytes in this stream.

impl<'a> BitRead for BitReader<'a>
[src]

Reads a single symbol from the input.