BinaryReader constructor

BinaryReader(
  1. ByteData data
)

Implementation

BinaryReader(ByteData data) : _raw = data;