Reads a 64-bit signed integer from the stream.
Stream footprint: dynamic, 1-9 bytes.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
public long ReadInt64()
Public Function ReadInt64 As Long
public: long long ReadInt64()
public long ReadInt64()
Return Value
The value read from the stream.