BinaryReader constructor

BinaryReader(
  1. Uint8List buffer
)

Constructs a new binary reader.

Implementation

BinaryReader(this.buffer);