readBytesReverse

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