ReadInt64()

BinaryReader::ReadInt64() method

Reads 8 bytes from the input stream and returns them as a 64-bit integer value.

virtual int64_t System::IO::BinaryReader::ReadInt64()

Return Value

A 64-bit integer value read

See Also