writeBytesA

fun ByteBuf.writeBytesA(src: ByteArray): ByteBuf
fun ByteBuf.writeBytesA(src: ByteArray, srcIndex: Int, len: Int): ByteBuf
fun ByteBuf.writeBytesA(src: ByteBuf): ByteBuf
fun ByteBuf.writeBytesA(src: ByteBuf, len: Int): ByteBuf
fun ByteBuf.writeBytesA(src: ByteBuf, srcIndex: Int, len: Int): ByteBuf