Uses of Class
com.itextpdf.io.codec.brotli.dec.HuffmanTreeGroup
-
Packages that use HuffmanTreeGroup Package Description com.itextpdf.io.codec.brotli.dec -
-
Uses of HuffmanTreeGroup in com.itextpdf.io.codec.brotli.dec
Fields in com.itextpdf.io.codec.brotli.dec declared as HuffmanTreeGroup Modifier and Type Field Description (package private) HuffmanTreeGroupState. hGroup0(package private) HuffmanTreeGroupState. hGroup1(package private) HuffmanTreeGroupState. hGroup2Methods in com.itextpdf.io.codec.brotli.dec with parameters of type HuffmanTreeGroup Modifier and Type Method Description (package private) static voidHuffmanTreeGroup. decode(HuffmanTreeGroup group, BitReader br)Decodes Huffman trees from input stream and constructs lookup tables.(package private) static voidHuffmanTreeGroup. init(HuffmanTreeGroup group, int alphabetSize, int n)Initializes the Huffman tree group.
-