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 Appendable
IOException
public Appendable append(CharSequence csq, int start, int end) throws IOException
append
in interface Appendable
IOException
public Appendable append(char c) throws IOException
append
in interface Appendable
IOException
Copyright © 2018 SPF4J. All rights reserved.