Uses of Class
org.apache.commons.compress.compressors.deflate64.HuffmanState
-
Packages that use HuffmanState Package Description org.apache.commons.compress.compressors.deflate64 Provides a stream that allows decompressing streams using the DEFLATE64(tm) algorithm. -
-
Uses of HuffmanState in org.apache.commons.compress.compressors.deflate64
Fields in org.apache.commons.compress.compressors.deflate64 declared as HuffmanState Modifier and Type Field Description private HuffmanState
HuffmanDecoder.HuffmanCodes. state
Methods in org.apache.commons.compress.compressors.deflate64 that return HuffmanState Modifier and Type Method Description (package private) abstract HuffmanState
HuffmanDecoder.DecoderState. state()
(package private) HuffmanState
HuffmanDecoder.HuffmanCodes. state()
(package private) HuffmanState
HuffmanDecoder.InitialState. state()
(package private) HuffmanState
HuffmanDecoder.UncompressedState. state()
static HuffmanState
HuffmanState. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static HuffmanState[]
HuffmanState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.commons.compress.compressors.deflate64 with parameters of type HuffmanState Constructor Description HuffmanCodes(HuffmanState state, int[] lengths, int[] distance)
-