public interface OutputSource
| Modifier and Type | Method and Description |
|---|---|
void |
append(char c) |
void |
append(java.lang.String text) |
void |
append(java.lang.String text,
int start,
int end) |
void |
flush() |
void append(java.lang.String text)
throws java.io.IOException
java.io.IOExceptionvoid append(java.lang.String text,
int start,
int end)
throws java.io.IOException
java.io.IOExceptionvoid append(char c)
throws java.io.IOException
java.io.IOExceptionvoid flush()
throws java.io.IOException
java.io.IOException