DataOutput.writeFloat

DataOutput.writeFloat

Interface Overview | Interface Members | This Package | All Packages

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

Exceptions
IOException if an I/O error occurs.