Modifier and Type | Field and Description |
---|---|
protected Deflater |
DeflaterOutputStream.deflater |
protected Deflater |
ZInputStream.deflater
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Deflater |
DeflaterOutputStream.getDeflater() |
Modifier and Type | Method and Description |
---|---|
int |
Deflater.copy(Deflater src) |
Constructor and Description |
---|
DeflaterOutputStream(java.io.OutputStream out,
Deflater def) |
DeflaterOutputStream(java.io.OutputStream out,
Deflater deflater,
int size) |
DeflaterOutputStream(java.io.OutputStream out,
Deflater deflater,
int size,
boolean close_out) |
GZIPOutputStream(java.io.OutputStream out,
Deflater deflater,
int size,
boolean close_out) |