Unpooled.copiedBuffer

Creates a new big-endian buffer whose content is a merged copy of the specified {@code arrays}. The new buffer's {@code readerIndex} and {@code writerIndex} are {@code 0} and the sum of all arrays' {@code length} respectively.

Meta