Construct a new BinaryReader with buffer.
The data to read.
Read end of file.
Read a byte.
Read raw bytes.
The number of bytes to read.
Read the number of chars.
The length of chars to read.
Read a float(32-bit).
Read an int(32-bit).
Read a signed 24-bit integer.
Read a short int(16-bit).
Read a string until '\0'.
Read an unsigned short int(16-bit).
Generated using TypeDoc
Read binary data to byte, string, int, float, etc.