| Package | Description | 
|---|---|
| org.springframework.core.codec | |
| org.springframework.core.io.buffer | Generic abstraction for working with byte buffer implementations. | 
| Class and Description | 
|---|
| DataBuffer Basic abstraction over byte buffers. | 
| DataBufferFactory A factory for  DataBuffers, allowing for allocation and
 wrapping of data buffers. | 
| Class and Description | 
|---|
| DataBuffer Basic abstraction over byte buffers. | 
| DataBufferFactory A factory for  DataBuffers, allowing for allocation and
 wrapping of data buffers. | 
| DataBufferUtils.Matcher Defines an object that matches a data buffer against a delimiter. | 
| DefaultDataBuffer Default implementation of the  DataBufferinterface that uses aByteBufferinternally. | 
| DefaultDataBufferFactory Default implementation of the  DataBufferFactoryinterface. | 
| NettyDataBuffer Implementation of the  DataBufferinterface that wraps a NettyByteBuf. | 
| NettyDataBufferFactory Implementation of the  DataBufferFactoryinterface based on a
 NettyByteBufAllocator. | 
| PooledDataBuffer Extension of  DataBufferthat allows for buffer that share
 a memory pool. |