Package lzma.sdk.lzma
Class Decoder
- java.lang.Object
-
- lzma.sdk.lzma.Decoder
-
public class Decoder extends Object
-
-
Constructor Summary
Constructors Constructor Description Decoder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
code(InputStream inStream, OutputStream outStream, long outSize)
boolean
setDecoderProperties(byte[] properties)
-
-
-
Method Detail
-
code
public boolean code(InputStream inStream, OutputStream outStream, long outSize) throws IOException
- Throws:
IOException
-
setDecoderProperties
public boolean setDecoderProperties(byte[] properties)
-
-