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