Uses of Class
net.i2p.util.ReusableGZIPInputStream
Package | Description |
---|---|
net.i2p.util |
These classes define the several useful utilities used
throughout the router and applications.
|
-
Uses of ReusableGZIPInputStream in net.i2p.util
Methods in net.i2p.util that return ReusableGZIPInputStream Modifier and Type Method Description static ReusableGZIPInputStream
ReusableGZIPInputStream. acquire()
Pull a cached instanceMethods in net.i2p.util with parameters of type ReusableGZIPInputStream Modifier and Type Method Description static void
ReusableGZIPInputStream. release(ReusableGZIPInputStream released)
Release an instance back into the cache (this will reset the state)