Prints an integer. The string produced by java.lang.String.valueOf(int)
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.
i | The int to be printed |
java.lang.Integer.toString(int)
Diagram: Writer