TBinaryObjectReader.ReadInt64

Read a 64-bits integer.

Declaration

Source position: classesh.inc line 1460

public 
  function ReadInt64 : Int64;  Override;

Description

Read64Int reads a 64-bits signed integer from a binary stream.

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