Closeable, AutoCloseablepublic class ReusableGZIPInputStream extends ResettableGZIPInputStream
inbuf, inf, len| Modifier and Type | Method | 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)
|
available, fill, mark, markSupported, reset, skipreadAllBytes, readNBytes, transferToclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitclose, getFinished, getRemaining, getTotalExpanded, getTotalRead, initialize, read, read, read, toStringpublic static ReusableGZIPInputStream acquire()
public static void release(ReusableGZIPInputStream released)
public static void clearCache()