hunt-net v0.5.13 (2021-04-13T02:45:38Z)
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.