public class ReusableGZIPInputStream extends ResettableGZIPInputStream
修飾子とタイプ | メソッド | 説明 |
---|---|---|
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)
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
close, getFinished, getRemaining, getTotalExpanded, getTotalRead, initialize, read, read, read, toString
public static ReusableGZIPInputStream acquire()
public static void release(ReusableGZIPInputStream released)
public static void clearCache()