ByteArrayBitReader

class ByteArrayBitReader(val data: ByteArray)

Constructors

Link copied to clipboard
constructor(data: ByteArray)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun readIntBits(nbits: Int): Int