Writes an eight-byte signed integer to the current stream and advances the stream position by eight bytes.
value The eight-byte signed 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.