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.
See Source File