| Package | Description |
|---|---|
| org.apache.mina.util.byteaccess |
| Modifier and Type | Class and Description |
|---|---|
class |
ByteArrayPool
Creates
ByteArrays, using a pool to reduce allocation where possible. |
class |
SimpleByteArrayFactory
Creates
ByteArray backed by a heap-allocated
IoBuffer. |
| Modifier and Type | Field and Description |
|---|---|
private ByteArrayFactory |
CompositeByteArrayRelativeWriter.ChunkedExpander.baf |
private ByteArrayFactory |
CompositeByteArray.byteArrayFactory
May be used in
getSingleIoBuffer. |
| Constructor and Description |
|---|
ChunkedExpander(ByteArrayFactory baf,
int newComponentSize) |
CompositeByteArray(ByteArrayFactory byteArrayFactory)
Creates a new instance of CompositeByteArray.
|