RandomAccessFile.writeDouble
Class Overview | Class Members |
This Package |
All Packages
public final void writeDouble( double v ) throws IOException
Parameters
- v
- a double value to be written.
Description
Converts the double argument to a long using the
doubleToLongBits method in class Double,
and then writes that long value to the file as an
8-byte quantity, high byte first.
Exceptions
IOException
if an I/O error occurs.
See Also
doubleToLongBits