Uses of Class
org.glassfish.grizzly.compression.lzma.LZMADecoder.LZMAInputState

Packages that use LZMADecoder.LZMAInputState
org.glassfish.grizzly.compression.lzma   
org.glassfish.grizzly.compression.lzma.impl   
org.glassfish.grizzly.compression.lzma.impl.lz   
org.glassfish.grizzly.compression.lzma.impl.rangecoder   
 

Uses of LZMADecoder.LZMAInputState in org.glassfish.grizzly.compression.lzma
 

Methods in org.glassfish.grizzly.compression.lzma that return LZMADecoder.LZMAInputState
static LZMADecoder.LZMAInputState LZMADecoder.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
 Decoder.State Decoder.code(LZMADecoder.LZMAInputState decoderState, long outSize)
           
 boolean Decoder.LiteralDecoder.Decoder2.decodeNormal(LZMADecoder.LZMAInputState decoderState, RangeDecoder rangeDecoder)
           
 boolean Decoder.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
 void OutWindow.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
 boolean BitTreeDecoder.decode(LZMADecoder.LZMAInputState decodeState, RangeDecoder rangeDecoder)
           
 boolean RangeDecoder.decodeBit(LZMADecoder.LZMAInputState decodeState, short[] probs, int index)
           
 boolean RangeDecoder.decodeDirectBits(LZMADecoder.LZMAInputState decodeState, int numTotalBits)
           
 void RangeDecoder.initFromState(LZMADecoder.LZMAInputState decoderState)
           
 boolean BitTreeDecoder.reverseDecode(LZMADecoder.LZMAInputState decodeState, RangeDecoder rangeDecoder)
           
static boolean BitTreeDecoder.reverseDecode(LZMADecoder.LZMAInputState decodeState, short[] Models, int startIndex, RangeDecoder rangeDecoder, int NumBitLevels)
           
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.