Writes an integer value to this stream.
public void writeInt( int value )
value
The integer value to write.
IOException thrown if an I/O error occurs or if the stream does not support writing.
The current position is advanced by four bytes.
See Also readInt