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
 void Code(java.io.InputStream inStream, java.io.OutputStream outStream, long outSize, ICodeProgress progress)
           
 void 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

SetDecoderProperties

public void SetDecoderProperties(byte[] properties)
                          throws InvalidParamException
Throws:
InvalidParamException

Code

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