Package | Description |
---|---|
net.i2p.util |
These classes define the several useful utilities used
throughout the router and applications.
|
Modifier and Type | Method and Description |
---|---|
static ReusableGZIPOutputStream |
ReusableGZIPOutputStream.acquire()
Pull a cached instance
|
Modifier and Type | Method and Description |
---|---|
static void |
ReusableGZIPOutputStream.release(ReusableGZIPOutputStream out)
Release an instance back into the cache (this will discard any
state)
|