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