public class TextCollectingAppendable extends Object implements Appendable
| Constructor and Description |
|---|
TextCollectingAppendable() |
TextCollectingAppendable(StringBuilder out) |
| Modifier and Type | Method and Description |
|---|---|
Appendable |
append(char c) |
Appendable |
append(CharSequence sequence) |
Appendable |
append(CharSequence sequence,
int i,
int i1) |
String |
getHtml() |
public TextCollectingAppendable()
public TextCollectingAppendable(StringBuilder out)
public String getHtml()
public Appendable append(CharSequence sequence) throws IOException
append in interface AppendableIOExceptionpublic Appendable append(CharSequence sequence, int i, int i1) throws IOException
append in interface AppendableIOExceptionpublic Appendable append(char c) throws IOException
append in interface AppendableIOExceptionCopyright © 2018. All rights reserved.