pdata

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