| Package | Description |
|---|---|
| net.i2p.util |
Core utility classes and helper functions used throughout the I2P 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)
|