hunt.net.buffer.UnpooledHeapByteBuf

Undocumented in source.

Members

Classes

UnpooledHeapByteBuf
class UnpooledHeapByteBuf

Big endian Java heap buffer implementation. It is recommended to use {@link UnpooledByteBufAllocator#heapBuffer(int, int)}, {@link Unpooled#buffer(int)} and {@link Unpooled#wrappedBuffer(byte[])} instead of calling the constructor explicitly.

Meta