Skip to main content

DefaultDecoder

Type Alias DefaultDecoder 

Source
pub type DefaultDecoder = HeatshrinkDecoder<DEFAULT_WINDOW_BITS, DEFAULT_LOOKAHEAD_BITS, DEFAULT_INPUT_BUFFER_SIZE, 256>;
Expand description

Decoder using the original C library parameters (W=8, L=4, I=32).

WIN = 1 << 8 = 256.

Aliased Typeยง

pub struct DefaultDecoder { /* private fields */ }