public final class EscapeJsonStringAppendableWrapper extends Object implements Appendable
| Constructor and Description |
|---|
EscapeJsonStringAppendableWrapper(Appendable wrapped) |
| Modifier and Type | Method and Description |
|---|---|
Appendable |
append(char c) |
Appendable |
append(CharSequence csq) |
Appendable |
append(CharSequence csq,
int start,
int end) |
String |
toString() |
public EscapeJsonStringAppendableWrapper(Appendable wrapped)
public Appendable append(CharSequence csq) throws IOException
append in interface AppendableIOExceptionpublic Appendable append(CharSequence csq, int start, int end) throws IOException
append in interface AppendableIOExceptionpublic Appendable append(char c) throws IOException
append in interface AppendableIOExceptionCopyright © 2018 SPF4J. All rights reserved.