Uses of Class
net.i2p.util.ReusableGZIPInputStream

Packages that use ReusableGZIPInputStream
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
static ReusableGZIPInputStream ReusableGZIPInputStream.acquire()
          Pull a cached instance
 

Methods in net.i2p.util with parameters of type ReusableGZIPInputStream
static void ReusableGZIPInputStream.release(ReusableGZIPInputStream released)
          Release an instance back into the cache (this will reset the state)