Module symbol
Source - BitDecodeOutput
- Represents the output of bit decoding.
- CodeTable
- Contains decoding data, used in decode_bits.
- DistInit
- Initialization data for the Distance decode table.
- EncodeTable
- Contains encoding data.
- LenInit
- Initialization data for the Length decode table.
- ShannonInit
- Initialization data for the Shannon-Fano literal decode table.
- BitDecodeError
- Represents an error decoding bits.
- Symbol
- Represents a symbol in the Implode bit stream.
- END
- Length value of end literal
- DEFAULT_CODE_TABLE
- The default code table, contains settings used by the standard PKWARE DCL.
Use this if you need to read files compressed by the DCL.
- ToBits
- A simple trait that allows an object to be converted to bit form.
- decode_bits
- Decodes the input bits into a symbol.
- Result
- Result of calling an implode function.