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 | Field and Description |
---|---|
protected GZIPRecycler |
OptimizedGZIPInputStream._gzipRecycler |
protected GZIPRecycler |
GZIPUncompressor._gzipRecycler |
protected GZIPRecycler |
OptimizedGZIPOutputStream._gzipRecycler |
Modifier and Type | Field and Description |
---|---|
protected static ThreadLocal<SoftReference<GZIPRecycler>> |
GZIPRecycler._recyclerRef |
Modifier and Type | Method and Description |
---|---|
static GZIPRecycler |
GZIPRecycler.instance()
Accessor to get thread-local recycler instance
|
Copyright © 2014. All rights reserved.