Uses of Class
net.i2p.util.ReusableGZIPOutputStream
Packages that use ReusableGZIPOutputStream
Package
Description
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 ReusableGZIPOutputStreamModifier and TypeMethodDescriptionstatic ReusableGZIPOutputStreamReusableGZIPOutputStream.acquire()Pull a cached instanceMethods in net.i2p.util with parameters of type ReusableGZIPOutputStreamModifier and TypeMethodDescriptionstatic voidReusableGZIPOutputStream.release(ReusableGZIPOutputStream out) Release an instance back into the cache (this will discard any state)