Struct lzw::LsbReader [] [src]

pub struct LsbReader {
    // some fields omitted
}
[]

Reads bits from a byte stream, LSB first.

Methods

impl LsbReader
[src]

[]

Creates a new bit reader

Trait Implementations

impl Debug for LsbReader
[src]

[]

Formats the value using the given formatter.

impl BitReader for LsbReader
[src]

[]

Returns the next n bits.