Writes an integer to this stream.
public void writeInt( int value )
value
The value to write.
This method implements the IDataStream.writeInt method. This method calls the write method to write four bytes to the stream.