Reads an eight-byte unsigned integer from the current stream and advances the position of the stream by eight bytes.
[Visual Basic] Overridable Public Function ReadUInt64() As UInt64 [C#] public virtual ulong ReadUInt64(); [C++] public: virtual unsigned __int64 ReadUInt64(); [JScript] public function ReadUInt64() : UInt64;
An eight-byte unsigned integer read from this 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