File.ReadInt16 Method

Reads a single int16 (short) from a file. The value is sign-extended to an int32.

bool ReadInt16(int& data)

Parameters

int& data

Variable to store the data read.

Return Value

True on success, false on failure.