DataOutput.writeDouble

DataOutput.writeDouble

Interface Overview | Interface Members | This Package | All Packages

Syntax
public abstract void writeDouble( double v ) throws IOException
Parameters
v
the double value to be written.
Description
Writes a double value to this output stream.

Exceptions
IOException if an I/O error occurs.