Function get_writer_buffer

Source
pub fn get_writer_buffer(writer: &mut BitWriterContainer) -> &[u8] 
Expand description

Retrieves the buffer behind a BitWriterContainer instance.

§Arguments

§Returns

A reference to the buffer behind the BitWriterContainer instance.