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