Class Decoder
- java.lang.Object
-
- org.dellroad.lzma.client.SevenZip.Compression.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 booleanCode(InputStream inStream, OutputStream outStream, long outSize)ChunkerCodeInChunks(InputStream inStream, OutputStream outStream, long outSize)booleanSetDecoderProperties(byte[] properties)
-
-
-
Method Detail
-
CodeInChunks
public Chunker CodeInChunks(InputStream inStream, OutputStream outStream, long outSize) throws IOException
- Throws:
IOException
-
Code
public boolean Code(InputStream inStream, OutputStream outStream, long outSize) throws IOException
- Throws:
IOException
-
SetDecoderProperties
public boolean SetDecoderProperties(byte[] properties)
-
-