net.i2p.util
public class ReusableGZIPInputStream extends ResettableGZIPInputStream
buf, inf, len
in
Modifier and Type | Method and Description |
---|---|
static ReusableGZIPInputStream |
acquire()
Pull a cached instance
|
static void |
release(ReusableGZIPInputStream released)
Release an instance back into the cache (this will reset the
state)
|
getCurrentCRCVal, initialize, read, read, read, verifyFooter
available, close, fill, mark, markSupported, reset, skip
public static ReusableGZIPInputStream acquire()
public static void release(ReusableGZIPInputStream released)