| Modifier and Type | Field and Description |
|---|---|
protected Deflater |
ZInputStream.deflater
Deprecated.
|
protected Deflater |
DeflaterOutputStream.deflater |
| Modifier and Type | Method and Description |
|---|---|
Deflater |
DeflaterOutputStream.getDeflater() |
| Modifier and Type | Method and Description |
|---|---|
int |
Deflater.copy(Deflater src) |
| Constructor and Description |
|---|
DeflaterOutputStream(OutputStream out,
Deflater def) |
DeflaterOutputStream(OutputStream out,
Deflater deflater,
int size) |
DeflaterOutputStream(OutputStream out,
Deflater deflater,
int size,
boolean close_out) |
GZIPOutputStream(OutputStream out,
Deflater deflater,
int size,
boolean close_out) |
Copyright © 2019 jcraft. All rights reserved.