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