| 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 SimpleByteCache |
SimpleByteCache.getInstance(int size)
Get a cache responsible for arrays of the given size
|
static SimpleByteCache |
SimpleByteCache.getInstance(int cacheSize,
int size)
Get a cache responsible for objects of the given size
|