BitSource constructor

BitSource(
  1. Uint8List _bytes
)

@param bytes bytes from which this will read bits. Bits will be read from the first byte first. Bits are read within a byte from most-significant to least-significant bit.

Implementation

BitSource(this._bytes);