public class AppendableOutputSource extends Object implements OutputSource
| Constructor and Description |
|---|
AppendableOutputSource(Appendable ap) |
| Modifier and Type | Method and Description |
|---|---|
void |
append(char c) |
void |
append(String text) |
void |
append(String text,
int start,
int end) |
void |
flush() |
String |
toString() |
public AppendableOutputSource(Appendable ap)
public void append(String text) throws IOException
append in interface OutputSourceIOExceptionpublic void append(String text, int start, int end) throws IOException
append in interface OutputSourceIOExceptionpublic void append(char c)
throws IOException
append in interface OutputSourceIOExceptionpublic void flush()
throws IOException
flush in interface OutputSourceIOExceptionCopyright © 2023. All rights reserved.