Struct lzw::LsbReader [] [src]

pub struct LsbReader {
    // some fields omitted
}

Reads bits from a byte stream, LSB first.

Methods

impl LsbReader
[src]

fn new() -> LsbReader

Creates a new bit reader

Trait Implementations

impl Debug for LsbReader
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl BitReader for LsbReader
[src]

fn read_bits(&mut self, buf: &[u8], n: u8) -> Bits

Returns the next n bits.