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