File.ReadInt8 Method

Reads a single int8 (byte) from a file. The returned value is sign- extended to an int32.

bool ReadInt8(int& data)

Parameters

int& data

Variable to store the data read.

Return Value

True on success, false on failure.