GZIPOutputStream, ZipOutputStreampublic class DeflaterOutputStream extends FilterOutputStream
| Modifier and Type | Field | Description |
|---|---|---|
protected byte[] |
buf |
|
protected Deflater |
def |
out| Constructor | Description |
|---|---|
DeflaterOutputStream(OutputStream var0) |
|
DeflaterOutputStream(OutputStream var0,
Deflater var1) |
|
DeflaterOutputStream(OutputStream var0,
Deflater var1,
int var2) |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
deflate() |
|
void |
finish() |
writeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, flush, write, writeprotected byte[] buf
protected Deflater def
public DeflaterOutputStream(OutputStream var0)
public DeflaterOutputStream(OutputStream var0, Deflater var1)
public DeflaterOutputStream(OutputStream var0, Deflater var1, int var2)
protected void deflate()
throws IOException
IOExceptionpublic void finish()
throws IOException
IOException