Package io.micronaut.core.io.buffer
package io.micronaut.core.io.buffer
Micronaut core buffer factory.
- Since:
- 1.0
- Author:
- graemerocher
-
ClassDescription
ByteBufferFactory
implementation based on simple byte arrays.AByteBuffer
implementation that is backed by a byte array.ByteBuffer<T>Interface to allow interfacing with different byte buffer implementations, primarily as an abstraction over Netty.ByteBufferFactory<T,B> An allocator forByteBuffer
instances.Delegate class forByteBuffer
.