Uses of Class
com.ning.compress.gzip.GZIPRecycler
Packages that use GZIPRecycler
Package
Description
Package that contains optimized stream implementations for working
with GZIP.
-
Uses of GZIPRecycler in com.ning.compress.gzip
Fields in com.ning.compress.gzip declared as GZIPRecyclerModifier and TypeFieldDescriptionprotected final GZIPRecyclerGZIPUncompressor._gzipRecyclerprotected final GZIPRecyclerOptimizedGZIPInputStream._gzipRecyclerprotected final GZIPRecyclerOptimizedGZIPOutputStream._gzipRecyclerFields in com.ning.compress.gzip with type parameters of type GZIPRecyclerModifier and TypeFieldDescriptionprotected static final ThreadLocal<SoftReference<GZIPRecycler>> GZIPRecycler._recyclerRefMethods in com.ning.compress.gzip that return GZIPRecyclerModifier and TypeMethodDescriptionstatic GZIPRecyclerGZIPRecycler.instance()Accessor to get thread-local recycler instanceConstructors in com.ning.compress.gzip with parameters of type GZIPRecyclerModifierConstructorDescriptionGZIPUncompressor(DataHandler h, int inputChunkLength, BufferRecycler bufferRecycler, GZIPRecycler gzipRecycler) OptimizedGZIPInputStream(InputStream in, BufferRecycler bufferRecycler, GZIPRecycler gzipRecycler)