Prints a floating-point number. The string produced by java.lang.String.valueOf(float)
is translated into bytes
according to the platform's default character encoding, and these bytes
are written in exactly the manner of the write(int)
method.
f | The float to be printed |
java.lang.Float.toString(float)
Diagram: Writer