Writes a double value to this stream.
public void writeDouble( double value )
value
The double 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 eight bytes.
See Also readDouble