Uses of Class
org.glassfish.grizzly.compression.lzma.LZMADecoder.LZMAInputState
-
-
Uses of LZMADecoder.LZMAInputState in org.glassfish.grizzly.compression.lzma
Methods in org.glassfish.grizzly.compression.lzma that return LZMADecoder.LZMAInputState Modifier and Type Method Description static LZMADecoder.LZMAInputStateLZMADecoder. create() -
Uses of LZMADecoder.LZMAInputState in org.glassfish.grizzly.compression.lzma.impl
Methods in org.glassfish.grizzly.compression.lzma.impl with parameters of type LZMADecoder.LZMAInputState Modifier and Type Method Description Decoder.StateDecoder. code(LZMADecoder.LZMAInputState decoderState, long outSize)booleanDecoder.LiteralDecoder.Decoder2. decodeNormal(LZMADecoder.LZMAInputState decoderState, RangeDecoder rangeDecoder)booleanDecoder.LiteralDecoder.Decoder2. decodeWithMatchByte(LZMADecoder.LZMAInputState decoderState, RangeDecoder rangeDecoder, byte matchByteParam) -
Uses of LZMADecoder.LZMAInputState in org.glassfish.grizzly.compression.lzma.impl.lz
Methods in org.glassfish.grizzly.compression.lzma.impl.lz with parameters of type LZMADecoder.LZMAInputState Modifier and Type Method Description voidOutWindow. initFromState(LZMADecoder.LZMAInputState decoderState) -
Uses of LZMADecoder.LZMAInputState in org.glassfish.grizzly.compression.lzma.impl.rangecoder
Methods in org.glassfish.grizzly.compression.lzma.impl.rangecoder with parameters of type LZMADecoder.LZMAInputState Modifier and Type Method Description booleanBitTreeDecoder. decode(LZMADecoder.LZMAInputState decodeState, RangeDecoder rangeDecoder)booleanRangeDecoder. decodeBit(LZMADecoder.LZMAInputState decodeState, short[] probs, int index)booleanRangeDecoder. decodeDirectBits(LZMADecoder.LZMAInputState decodeState, int numTotalBits)voidRangeDecoder. initFromState(LZMADecoder.LZMAInputState decoderState)static booleanBitTreeDecoder. reverseDecode(LZMADecoder.LZMAInputState decodeState, short[] Models, int startIndex, RangeDecoder rangeDecoder, int NumBitLevels)booleanBitTreeDecoder. reverseDecode(LZMADecoder.LZMAInputState decodeState, RangeDecoder rangeDecoder)
-