Uses of Class
com.ning.compress.gzip.GZIPRecycler
-
Packages that use GZIPRecycler Package Description com.ning.compress.gzip 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 GZIPRecycler Modifier and Type Field Description protected GZIPRecycler
GZIPUncompressor. _gzipRecycler
protected GZIPRecycler
OptimizedGZIPInputStream. _gzipRecycler
protected GZIPRecycler
OptimizedGZIPOutputStream. _gzipRecycler
Fields in com.ning.compress.gzip with type parameters of type GZIPRecycler Modifier and Type Field Description protected static java.lang.ThreadLocal<java.lang.ref.SoftReference<GZIPRecycler>>
GZIPRecycler. _recyclerRef
Methods in com.ning.compress.gzip that return GZIPRecycler Modifier and Type Method Description static GZIPRecycler
GZIPRecycler. instance()
Accessor to get thread-local recycler instanceConstructors in com.ning.compress.gzip with parameters of type GZIPRecycler Constructor Description GZIPUncompressor(DataHandler h, int inputChunkLength, BufferRecycler bufferRecycler, GZIPRecycler gzipRecycler)
OptimizedGZIPInputStream(java.io.InputStream in, BufferRecycler bufferRecycler, GZIPRecycler gzipRecycler)
-