Type Alias chd::huffman::Huffman8BitDecoder

source ·
pub type Huffman8BitDecoder<'a> = HuffmanDecoder<'a, 256, 16, { _ }>;
Available on huffman_api only.
Expand description

Huffman byte decoder. The encoding parameters for this decoder are NUM_BITS = 256 and MAX_BITS = 16

Aliased Type§

struct Huffman8BitDecoder<'a> { /* private fields */ }