com.badlogic.gdx.utils.compression.lzma
Class Decoder

java.lang.Object
  extended by com.badlogic.gdx.utils.compression.lzma.Decoder

public class Decoder
extends Object


Constructor Summary
Decoder()
           
 
Method Summary
 boolean Code(InputStream inStream, OutputStream outStream, long outSize)
           
 boolean SetDecoderProperties(byte[] properties)
           
 
Methods inherited from class java.lang.Object
equals, 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 © 2013. All Rights Reserved.