public class LzmaOutputStream
extends java.io.FilterOutputStream
| Modifier and Type | Field and Description |
|---|---|
protected net.contrapunctus.lzma.EncoderThread |
eth |
static boolean |
LZMA_HEADER |
| Constructor and Description |
|---|
LzmaOutputStream(java.io.OutputStream _out) |
LzmaOutputStream(java.io.OutputStream _out,
java.lang.Integer dictSzPow2,
java.lang.Integer fastBytes) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
static void |
main(java.lang.String[] args) |
java.lang.String |
toString() |
void |
write(int i) |
protected net.contrapunctus.lzma.EncoderThread eth
public static boolean LZMA_HEADER
public LzmaOutputStream(java.io.OutputStream _out)
public LzmaOutputStream(java.io.OutputStream _out,
java.lang.Integer dictSzPow2,
java.lang.Integer fastBytes)
public void write(int i)
throws java.io.IOException
write in class java.io.FilterOutputStreamjava.io.IOExceptionpublic void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.FilterOutputStreamjava.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