spring-framework / org.springframework.core.io.buffer

Package org.springframework.core.io.buffer

Types

DataBufferFactory

interface DataBufferFactory

A factory for DataBuffers, allowing for allocation and wrapping of data buffers.

DataBufferUtils

abstract class DataBufferUtils

Utility class for working with DataBuffers.

DefaultDataBufferFactory

open class DefaultDataBufferFactory : DataBufferFactory

Default implementation of the DataBufferFactory interface. Allows for specification of the default initial capacity at construction time, as well as whether heap-based or direct buffers are to be preferred.

NettyDataBufferFactory

open class NettyDataBufferFactory : DataBufferFactory

Implementation of the DataBufferFactory interface based on a Netty ByteBufAllocator.