BinaryReader constructor

BinaryReader(
  1. Uint8List bytes
)

Implementation

BinaryReader(Uint8List bytes)
    : _bytes = bytes,
      _lengthInBytes = bytes.lengthInBytes;