org.glassfish.grizzly.compression.lzma.impl
Class Decoder.LiteralDecoder.Decoder2

java.lang.Object
  extended by org.glassfish.grizzly.compression.lzma.impl.Decoder.LiteralDecoder.Decoder2
Enclosing class:
Decoder.LiteralDecoder

public static class Decoder.LiteralDecoder.Decoder2
extends java.lang.Object


Constructor Summary
Decoder.LiteralDecoder.Decoder2()
           
 
Method Summary
 boolean decodeNormal(LZMADecoder.LZMAInputState decoderState, RangeDecoder rangeDecoder)
           
 boolean decodeWithMatchByte(LZMADecoder.LZMAInputState decoderState, RangeDecoder rangeDecoder, byte matchByteParam)
           
 void init()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Decoder.LiteralDecoder.Decoder2

public Decoder.LiteralDecoder.Decoder2()
Method Detail

init

public void init()

decodeNormal

public boolean decodeNormal(LZMADecoder.LZMAInputState decoderState,
                            RangeDecoder rangeDecoder)
                     throws java.io.IOException
Throws:
java.io.IOException

decodeWithMatchByte

public boolean decodeWithMatchByte(LZMADecoder.LZMAInputState decoderState,
                                   RangeDecoder rangeDecoder,
                                   byte matchByteParam)
                            throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2011 Oracle Corpration. All Rights Reserved.