Class ByteArrayByteBuffer<T>

java.lang.Object
io.micronaut.jaxrs.common.ByteArrayByteBuffer<T>
Type Parameters:
T - The byte buffer type
All Implemented Interfaces:
ByteBuffer<T>

@Internal public final class ByteArrayByteBuffer<T> extends Object implements ByteBuffer<T>
The implementation of ByteBuffer for byte arrays.
Since:
4.6
Author:
Denis Stepanov