TBinaryObjectReader.ReadInt8

Read an 8-bits integer.

Declaration

Source position: classesh.inc line 1457

public 
  function ReadInt8 : ShortInt;  Override;

Description

Read8Int reads an 8-bits signed integer from a binary stream.

This method is simply the implementation for a binary stream of the abstract method introduced in TAbstractObjectReader