Uses of Class
net.i2p.util.ReusableGZIPOutputStream

Packages that use ReusableGZIPOutputStream
net.i2p.util These classes define the several useful utilities used throughout the router and applications. 
 

Uses of ReusableGZIPOutputStream in net.i2p.util
 

Methods in net.i2p.util that return ReusableGZIPOutputStream
static ReusableGZIPOutputStream ReusableGZIPOutputStream.acquire()
          Pull a cached instance
 

Methods in net.i2p.util with parameters of type ReusableGZIPOutputStream
static void ReusableGZIPOutputStream.release(ReusableGZIPOutputStream out)
          Release an instance back into the cache (this will discard any state)