UnpooledHeapByteBuf.this

Creates a new heap buffer with a newly allocated byte array.

@param initialCapacity the initial capacity of the underlying byte array @param maxCapacity the max capacity of the underlying byte array

  1. this(ByteBufAllocator alloc, int initialCapacity, int maxCapacity)
    class UnpooledHeapByteBuf
  2. this(ByteBufAllocator alloc, byte[] initialArray, int maxCapacity)

Meta