| Modifier and Type | Field and Description |
|---|---|
private long |
read |
private long |
written |
BEST_COMPRESSION, BEST_SPEED, DEFAULT_COMPRESSION, DEFAULT_STRATEGY, DEFLATED, FILTERED, FULL_FLUSH, HUFFMAN_ONLY, NO_COMPRESSION, NO_FLUSH, SYNC_FLUSH| Constructor and Description |
|---|
Jdk6Deflater(int level,
boolean nowrap) |
| Modifier and Type | Method and Description |
|---|---|
int |
deflate(byte[] b,
int off,
int len) |
long |
getBytesRead() |
long |
getBytesWritten() |
void |
reset() |
void |
setInput(byte[] b,
int off,
int len) |
deflate, deflate, end, finalize, finish, finished, getAdler, getTotalIn, getTotalOut, needsInput, setDictionary, setDictionary, setInput, setLevel, setStrategypublic long getBytesRead()
getBytesRead in class Deflaterpublic long getBytesWritten()
getBytesWritten in class DeflaterCopyright © 2004-2011 Schlichtherle IT Services. All Rights Reserved.