BinaryReader constructor
BinaryReader(
- ByteData data
Creates a ReadBuffer for reading from the specified data.
Implementation
BinaryReader(this.data);
Creates a ReadBuffer for reading from the specified data.
BinaryReader(this.data);