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