Struct redux::bitio::BitWriter [] [src]

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

Actual implementation of bit-oriented outour writer.

Methods

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

Creates a new instance by wrapping a byte output stream.

Trait Implementations

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

Returns the number of bytes in this stream.

impl<'a> BitWrite for BitWriter<'a>
[src]

Writes a single symbol to the output.

Flushes all remaining bits to the output after the last whole octet, padded with zero bits.