| 程序包 | 说明 |
|---|---|
| org.apache.mina.util.byteaccess |
| 限定符和类型 | 类和说明 |
|---|---|
class |
ByteArrayPool
Creates
ByteArrays, using a pool to reduce allocation where possible. |
class |
SimpleByteArrayFactory
Creates
ByteArray backed by a heap-allocated
IoBuffer. |
| 构造器和说明 |
|---|
CompositeByteArray(ByteArrayFactory byteArrayFactory)
Creates a new instance of CompositeByteArray.
|
CompositeByteArrayRelativeWriter.ChunkedExpander(ByteArrayFactory baf,
int newComponentSize) |