Writes a float value to this stream.
public void writeFloat( float value )
value
The float 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 four bytes.
See Also readFloat