UnpooledHeapByteBuf.this

Creates a new heap buffer with an existing byte array.

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

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

Meta