decodeByteArray

abstract fun decodeByteArray(dst: ByteArray, offset: Int = 0, length: Int = dst.size)

Reads length number of bytes from the array's current position into dst with the given offset, and then increments the position.