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