Package java.ioClass DataOutputStream
final void writeFloat(float f)
Throws:
_INSERT_METHOD_SIGNATURE_HERE_
Description:
Converts the float argument to an int using the floatToIntBits method in class Float, and then writes that int value to the underlying output stream as a 4-byte quantity, high byte first.