org.glassfish.grizzly.compression.lzma.impl
Class Decoder.LiteralDecoder.Decoder2
java.lang.Object
org.glassfish.grizzly.compression.lzma.impl.Decoder.LiteralDecoder.Decoder2
- Enclosing class:
- Decoder.LiteralDecoder
public static class Decoder.LiteralDecoder.Decoder2
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Decoder.LiteralDecoder.Decoder2
public Decoder.LiteralDecoder.Decoder2()
init
public void init()
decodeNormal
public boolean decodeNormal(LZMADecoder.LZMAInputState decoderState,
RangeDecoder rangeDecoder)
throws IOException
- Throws:
IOException
decodeWithMatchByte
public boolean decodeWithMatchByte(LZMADecoder.LZMAInputState decoderState,
RangeDecoder rangeDecoder,
byte matchByteParam)
throws IOException
- Throws:
IOException
Copyright © 2012 Oracle Corporation. All Rights Reserved.