public static class Decoder.LiteralDecoder.Decoder2 extends Object
| Constructor and Description |
|---|
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 © 2017–2019 Oracle Corporation. All rights reserved.