TBinaryObjectReader.ReadInt16
Read a 16-bits integer.
Declaration
Source position: classesh.inc line 1458
public
function ReadInt16 : SmallInt; Override;
Description
Read16Int reads a 16-bits signed integer from a binary stream.
This method is simply the implementation for a binary stream of the abstract method introduced in TAbstractObjectReader