| Package | Description |
|---|---|
| com.jcraft.jzlib |
| 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(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) |
Copyright © 2014. All Rights Reserved.