Uses of Class
org.springframework.core.io.buffer.Netty5DataBuffer
Packages that use Netty5DataBuffer
Package
Description
Generic abstraction for working with byte buffer implementations.
-
Uses of Netty5DataBuffer in org.springframework.core.io.buffer
Methods in org.springframework.core.io.buffer that return Netty5DataBufferModifier and TypeMethodDescriptionNetty5DataBufferFactory.allocateBuffer()Deprecated.Netty5DataBufferFactory.allocateBuffer(int initialCapacity) Netty5DataBuffer.capacity(int capacity) Deprecated.Netty5DataBuffer.read(byte[] destination) Netty5DataBuffer.read(byte[] destination, int offset, int length) Netty5DataBuffer.readPosition(int readPosition) Netty5DataBufferFactory.wrap(byte[] bytes) Netty5DataBufferFactory.wrap(io.netty5.buffer.Buffer buffer) Wrap the given NettyBufferin aNetty5DataBuffer.Netty5DataBufferFactory.wrap(ByteBuffer byteBuffer) Netty5DataBuffer.write(byte b) Netty5DataBuffer.write(byte[] source) Netty5DataBuffer.write(byte[] source, int offset, int length) Netty5DataBuffer.write(io.netty5.buffer.Buffer... buffers) Writes one or more Netty 5Buffersto this buffer, starting at the current writing position.Netty5DataBuffer.write(ByteBuffer... buffers) Netty5DataBuffer.write(DataBuffer... dataBuffers) Netty5DataBuffer.writePosition(int writePosition)