public class ReusableGZIPInputStream extends ResettableGZIPInputStream
buf, inf, lenin| Modifier and Type | Method and Description |
|---|---|
static ReusableGZIPInputStream | acquire()Pull a cached instance |
static void | clearCache()Clear the cache. |
static void | release(ReusableGZIPInputStream released)Release an instance back into the cache (this will reset the
state) |
close, destroy, getFinished, getRemaining, getTotalExpanded, getTotalRead, initialize, read, read, read, toStringavailable, fill, mark, markSupported, reset, skippublic static ReusableGZIPInputStream acquire()
public static void clearCache()
public static void release(ReusableGZIPInputStream released)