public class Decoder extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Decoder.LiteralDecoder |
static class |
Decoder.State |
Constructor and Description |
---|
Decoder() |
Modifier and Type | Method and Description |
---|---|
Decoder.State |
code(LZMADecoder.LZMAInputState decoderState,
long outSize) |
boolean |
setDecoderProperties(byte[] properties) |
public boolean setDecoderProperties(byte[] properties)
public Decoder.State code(LZMADecoder.LZMAInputState decoderState, long outSize) throws IOException
IOException
Copyright © 2015 Oracle Corporation. All rights reserved.