readBytesA

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