| Package | Description |
|---|---|
| java.io | |
| java.lang |
| Modifier and Type | Class and Description |
|---|---|
class |
StringWriter |
| Modifier and Type | Method and Description |
|---|---|
Appendable |
Appendable.append(char c)
Appends the specified character.
|
Appendable |
Appendable.append(CharSequence csq)
Appends the character sequence
csq. |
Appendable |
Appendable.append(CharSequence csq,
int start,
int end)
Appends a subsequence of
csq. |
Copyright © 2021. All rights reserved.