ByteBuf.setBytes

Transfers the specified source array's data to this buffer starting at the specified absolute {@code index}. This method does not modify {@code readerIndex} or {@code writerIndex} of this buffer.

@throws IndexOutOfBoundsException if the specified {@code index} is less than {@code 0} or if {@code index + src.length} is greater than {@code this.capacity}

Meta