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