Writes an eight-byte unsigned integer to the current stream and advances the stream position by eight bytes.
value The eight-byte unsigned integer to write.
BinaryWriter stores this data type in little endian format.
For a list of common I/O tasks, see Common I/O Tasks.