ReadInt16()

BinaryReader::ReadInt16() method

Reads 2 bytes from the input stream and returns them as a 16-bit integer value.

virtual int16_t System::IO::BinaryReader::ReadInt16()

Return Value

A 16-bit integer value read

See Also