GZIPOutputStream
, ZipOutputStream
public 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() |
write
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
close, flush, write, write
protected 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
IOException
public void finish() throws IOException
IOException