File.ReadUint8 Method

Reads a single uint8 (unsigned byte) from a file. The returned value is zero-extended to an int32.

bool ReadUint8(int& data)

Parameters

int& data

Variable to store the data read.

Return Value

True on success, false on failure.