Interface ByteBufAllocationOperator
public interface ByteBufAllocationOperator
-
Method Summary
Modifier and TypeMethodDescriptionbuffer()
buffer
(int initialCapacity) compositeBuffer
(int maxNumComponents) copiedBuffer
(byte[] bytes) directBuffer
(int initialCapacity) wrappedBuffer
(byte[] bytes)