| 程序包 | 说明 |
|---|---|
| cn.sexycode.util.core.io.buffer |
| 类和说明 |
|---|
| DataBuffer
Basic abstraction over byte buffers.
|
| DataBufferFactory
A factory for
DataBuffers, allowing for allocation and
wrapping of data buffers. |
| DefaultDataBuffer
Default implementation of the
DataBuffer interface that uses a
ByteBuffer internally. with separate read and write positions. |
| DefaultDataBufferFactory
Default implementation of the
DataBufferFactory interface. |
| PooledDataBuffer
Extension of
DataBuffer that allows for buffer that share
a memory pool. |
Copyright © 2020. All rights reserved.