public class LzmaInputStream
extends java.io.FilterInputStream
| Modifier and Type | Field and Description |
|---|---|
protected net.contrapunctus.lzma.DecoderThread |
dth |
| Constructor and Description |
|---|
LzmaInputStream(java.io.InputStream _in) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
static void |
main(java.lang.String[] args) |
java.lang.String |
toString() |
public void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.FilterInputStreamjava.io.IOExceptionpublic java.lang.String toString()
toString in class java.lang.Objectpublic static void main(java.lang.String[] args)
throws java.io.IOException
java.io.IOException