Uses of Enum
org.apache.commons.compress.compressors.deflate64.HuffmanState
Packages that use HuffmanState
Package
Description
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 HuffmanStateMethods in org.apache.commons.compress.compressors.deflate64 that return HuffmanStateModifier and TypeMethodDescription(package private) abstract HuffmanStateHuffmanDecoder.DecoderState.state()(package private) HuffmanStateHuffmanDecoder.HuffmanCodes.state()(package private) HuffmanStateHuffmanDecoder.InitialState.state()(package private) HuffmanStateHuffmanDecoder.UncompressedState.state()static HuffmanStateReturns 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 HuffmanStateModifierConstructorDescription(package private)HuffmanCodes(HuffmanState state, int[] lengths, int[] distance)