| 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 ReusableGZIPInputStream |
ReusableGZIPInputStream.acquire()
Pull a cached instance
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ReusableGZIPInputStream.release(ReusableGZIPInputStream released)
Release an instance back into the cache (this will reset the
state)
|