Modifier and Type | Method and Description |
---|---|
PrintWriter |
PrintWriter.append(char c)
Appends the specified character to this writer.
|
PrintWriter |
PrintWriter.append(java.lang.CharSequence csq)
Appends the specified character sequence to this writer.
|
PrintWriter |
PrintWriter.append(java.lang.CharSequence csq,
int start,
int end)
Appends a subsequence of the specified character sequence to this writer.
|