lzw
pub struct LsbReader { // some fields omitted }
Reads bits from a byte stream, LSB first.
impl LsbReader
fn new() -> LsbReader
Creates a new bit reader
impl Debug for LsbReader
fn fmt(&self, __arg_0: &mut Formatter) -> Result
Formats the value using the given formatter.
impl BitReader for LsbReader
fn read_bits(&mut self, buf: &[u8], n: u8) -> Bits
Returns the next n bits.
n