Added Methods |
PrintStream append(char )
|
Appends the specified character to this output stream. |
PrintStream append(CharSequence )
|
Appends the specified character sequence to this output stream. |
PrintStream format(String, Object[])
|
Writes a formatted string to this output stream using the specified
format string and arguments. |
PrintStream format(Locale, String, Object[])
|
Writes a formatted string to this output stream using the specified
format string and arguments. |
PrintStream printf(String, Object[])
|
A convenience method to write a formatted string to this output stream
using the specified format string and arguments. |
PrintStream printf(Locale, String, Object[])
|
A convenience method to write a formatted string to this output stream
using the specified format string and arguments. |