Prints a double-precision floating-point number. The string produced by
java.lang.String.valueOf(double) 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.
d | The double to be printed |
java.lang.Double.toString(double)
Diagram: OutputStream