Writes a double value to this stream.
public void writeDouble( double value )
value
The double value to write.
This method implements the IDataStream.writeDouble method. This method converts the bits of the double value to a long integer and then calls writeLong to write the value to the stream.