[−][src]Trait lzw::BitWriter
A bit writer.
Required methods
fn write_bits(&mut self, v: u16, n: u8) -> Result<()>
Writes the next n
bits.
A bit writer.
fn write_bits(&mut self, v: u16, n: u8) -> Result<()>
Writes the next n
bits.