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