public static class Decoder.LiteralDecoder.Decoder2 extends Object
| Constructor and Description |
|---|
Decoder.LiteralDecoder.Decoder2() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
decodeNormal(LZMADecoder.LZMAInputState decoderState,
RangeDecoder rangeDecoder) |
boolean |
decodeWithMatchByte(LZMADecoder.LZMAInputState decoderState,
RangeDecoder rangeDecoder,
byte matchByteParam) |
void |
init() |
public void init()
public boolean decodeNormal(LZMADecoder.LZMAInputState decoderState, RangeDecoder rangeDecoder) throws IOException
IOExceptionpublic boolean decodeWithMatchByte(LZMADecoder.LZMAInputState decoderState, RangeDecoder rangeDecoder, byte matchByteParam) throws IOException
IOExceptionCopyright © 2016 Oracle Corporation. All Rights Reserved.