lzma.streams
Class LzmaInputStream
java.lang.Object
java.io.InputStream
org.cservenak.streams.CoderInputStream
lzma.streams.LzmaInputStream
- All Implemented Interfaces:
- Closeable
public class LzmaInputStream
- extends CoderInputStream
An input stream that uses LZMA compression.
- Author:
- Julien Ponge, Tamas Cservenak
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LzmaInputStream
public LzmaInputStream(InputStream in,
Decoder lzmaDecoder)
throws IOException
- Throws:
IOException
Copyright © 2011. All Rights Reserved.