Package kala.compress.compressors.brotli.dec
The contents of this package are copied from brotli, version 0.1.2
- Since:
- 1.21.0.1
-
Class Summary Class Description BitReader Bit reading helpers.BrotliInputStream InputStreamdecorator 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.DataHolder Dictionary.DataHolder0 "Initialization-on-demand holder idiom" implementation.Dictionary.DataHolder1 Dictionary.DataHolder2 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. -
Exception Summary Exception Description BrotliRuntimeException Unchecked exception used internally.