public void print (int i)

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.

Parameters:
i    The int to be printed

See also:
java.lang.Integer.toString(int)