| Package | Description |
|---|---|
| com.jcraft.jzlib |
| 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(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 © 2015. All rights reserved.