public void print (long l)

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.

Parameters:
l    The long to be printed

See also:
java.lang.Long.toString(long)