CompositeByteBuf.getBytes
- CompositeByteBuf getBytes(int index, byte[] dst, int dstIndex, int length)
 - CompositeByteBuf getBytes(int index, ByteBuffer dst)
 - CompositeByteBuf getBytes(int index, ByteBuf dst, int dstIndex, int length)
 - CompositeByteBuf getBytes(int index, OutputStream output, int length)
 - CompositeByteBuf getBytes(int index, ByteBuf dst)
 - CompositeByteBuf getBytes(int index, ByteBuf dst, int length)
 - CompositeByteBuf getBytes(int index, byte[] dst)