public class WriterOutputSource extends Object implements OutputSource
| Constructor and Description |
|---|
WriterOutputSource(Writer writer) |
| Modifier and Type | Method and Description |
|---|---|
void |
append(char c) |
void |
append(String text) |
void |
append(String text,
int start,
int end) |
void |
flush() |
public WriterOutputSource(Writer writer)
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.