Package | Description |
---|---|
com.ning.compress.gzip |
Package that contains optimized stream implementations for working
with GZIP: they internally use JDK provided efficient ZLIB codecs,
but add appropriate reuse to specifically improve handling of relatively
short compressed data.
|
Modifier and Type | Method and Description |
---|---|
protected void |
GZIPUncompressor._reportBadHeader(byte[] comp,
int nextOffset,
int end,
int relative) |
protected void |
GZIPUncompressor._throwInternal() |
protected void |
GZIPUncompressor._throwInternal(String msg) |
Copyright © 2014. All rights reserved.