| Package | Description |
|---|---|
| com.ning.compress.gzip |
Package that contains optimized stream implementations for working
with GZIP.
|
| Modifier and Type | Field and Description |
|---|---|
protected GZIPRecycler |
OptimizedGZIPOutputStream._gzipRecycler |
protected GZIPRecycler |
OptimizedGZIPInputStream._gzipRecycler |
protected GZIPRecycler |
GZIPUncompressor._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
|
| Constructor and Description |
|---|
GZIPUncompressor(DataHandler h,
int inputChunkLength,
BufferRecycler bufferRecycler,
GZIPRecycler gzipRecycler) |
OptimizedGZIPInputStream(InputStream in,
BufferRecycler bufferRecycler,
GZIPRecycler gzipRecycler) |
Copyright © 2014. All Rights Reserved.