gdata

fun ByteBuf.gdata(dest: ByteArray, offset: Int = 0, length: Int = dest.size)
fun ByteBuf.gdata(dest: ByteBuf, offset: Int = readerIndex(), length: Int = readableBytes())