lzma.streams
Class LzmaInputStream

java.lang.Object
  extended by java.io.InputStream
      extended by org.cservenak.streams.CoderInputStream
          extended by lzma.streams.LzmaInputStream
All Implemented Interfaces:
Closeable

public class LzmaInputStream
extends CoderInputStream

An input stream that uses LZMA compression.

Author:
Julien Ponge, Tamas Cservenak

Constructor Summary
LzmaInputStream(InputStream in, Decoder lzmaDecoder)
           
 
Method Summary
 
Methods inherited from class org.cservenak.streams.CoderInputStream
available, close, mark, markSupported, read, read, read, reset, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LzmaInputStream

public LzmaInputStream(InputStream in,
                       Decoder lzmaDecoder)
                throws IOException
Throws:
IOException


Copyright © 2011. All Rights Reserved.