hunt-net ~master (2022-02-18T10:07:33Z)
Home
Dub
Repo
ByteBufAllocator.ioBuffer
hunt
net
buffer
ByteBufAllocator
ByteBufAllocator
Allocate a {@link ByteBuf}, preferably a direct buffer which is suitable for I/O.
ByteBuf
ioBuffer
()
ByteBuf
ioBuffer
(int initialCapacity)
ByteBuf
ioBuffer
(int initialCapacity, int maxCapacity)
interface
ByteBufAllocator
ByteBuf
ioBuffer
(
int
initialCapacity
,
int
maxCapacity
)
Meta
Source
See Implementation
hunt
net
buffer
ByteBufAllocator
ByteBufAllocator
functions
buffer
calculateNewCapacity
compositeBuffer
compositeDirectBuffer
compositeHeapBuffer
directBuffer
heapBuffer
ioBuffer
isDirectBufferPooled
Allocate a {@link ByteBuf}, preferably a direct buffer which is suitable for I/O.