Reads an 8-byte signed integer from the current stream and advances the current position of the stream by 8 bytes.
[Visual Basic] Overridable Public Function ReadInt64() As Long [C#] public virtual long ReadInt64(); [C++] public: virtual __int64 ReadInt64(); [JScript] public function ReadInt64() : long;
An 8-byte signed integer read from the current stream.
Exception Type | Condition |
---|---|
EndOfStreamException | The end of the stream has been reached. |
IOException | An I/O error occurs. |
BinaryReader Class | BinaryReader Members | System.IO Namespace