com.sun.grizzly.lzma.compression.lzma
Class Decoder

java.lang.Object
  extended by com.sun.grizzly.lzma.compression.lzma.Decoder

public class Decoder
extends Object

Decoder

Author:
Igor Pavlov

Constructor Summary
Decoder()
           
 
Method Summary
 boolean Code(InputStream inStream, 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(InputStream inStream,
                    OutputStream outStream,
                    long outSize)
             throws IOException
Throws:
IOException

SetDecoderProperties

public boolean SetDecoderProperties(byte[] properties)


Copyright © 2012 Oracle Corporation. All Rights Reserved.