SevenZip.Compression.LZMA
Class Decoder

java.lang.Object
  extended by SevenZip.Compression.LZMA.Decoder

public class Decoder
extends java.lang.Object


Constructor Summary
Decoder()
           
 
Method Summary
 boolean Code(java.io.InputStream inStream, java.io.OutputStream outStream, long outSize)
           
 boolean SetDecoderProperties(byte[] properties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Decoder

public Decoder()
Method Detail

Code

public boolean Code(java.io.InputStream inStream,
                    java.io.OutputStream outStream,
                    long outSize)
             throws java.io.IOException
Throws:
java.io.IOException

SetDecoderProperties

public boolean SetDecoderProperties(byte[] properties)