| Package | Description |
|---|---|
| java.io |
Provides for system input and output through data streams, serialization and the file system.
|
| Modifier and Type | Method and Description |
|---|---|
StringWriter |
StringWriter.append(char c)
Appends the specified character to this writer.
|
StringWriter |
StringWriter.append(CharSequence
Appends the specified character sequence to this writer.
|
StringWriter |
StringWriter.append(CharSequence
Appends a subsequence of the specified character sequence to this writer.
|