File.ReadUint16 Method

Reads a single unt16 (unsigned short) from a file. The value is zero- extended to an int32.

bool ReadUint16(int& data)

Parameters

int& data

Variable to store the data read.

Return Value

True on success, false on failure.