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