| BitReader |
Bit reading helpers.
|
| BrotliInputStream |
InputStream decorator that decompresses brotli data.
|
| Context |
Common context lookup table for all context modes.
|
| Decode |
API for Brotli decompression.
|
| Dictionary |
Collection of static dictionary words.
|
| Dictionary.DataLoader |
|
| DictionaryData |
Built-in dictionary data.
|
| Huffman |
Utilities for building Huffman decoding tables.
|
| HuffmanTreeGroup |
Contains a collection of huffman trees with the same alphabet size.
|
| IntReader |
Byte-to-int conversion magic.
|
| Prefix |
Lookup tables to map prefix codes to value ranges.
|
| RunningState |
Enumeration of decoding state-machine.
|
| State |
|
| Transform |
Transformations on dictionary words.
|
| Utils |
A set of utility methods.
|
| WordTransformType |
Enumeration of all possible word transformations.
|