Prints a long integer. The string produced by java.lang.String.valueOf(long)
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.
l | The long to be printed |
java.lang.Long.toString(long)
Diagram: Writer