readBytesC

fun ByteBuf.readBytesC(dst: ByteArray): ByteBuf
fun ByteBuf.readBytesC(dst: ByteArray, dstIndex: Int, len: Int): ByteBuf
fun ByteBuf.readBytesC(dst: ByteBuf): ByteBuf
fun ByteBuf.readBytesC(dst: ByteBuf, len: Int): ByteBuf
fun ByteBuf.readBytesC(dst: ByteBuf, dstIndex: Int, len: Int): ByteBuf
fun ByteBuf.readBytesC(len: Int): ByteBuf