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
IOException
public boolean decodeWithMatchByte(LZMADecoder.LZMAInputState decoderState, RangeDecoder rangeDecoder, byte matchByteParam) throws IOException
IOException
Copyright © 2014 Oracle Corporation. All rights reserved.