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 OutputSource
IOException
public void append(String text, int start, int end) throws IOException
append
in interface OutputSource
IOException
public void append(char c) throws IOException
append
in interface OutputSource
IOException
public void flush() throws IOException
flush
in interface OutputSource
IOException
Copyright © 2015. All rights reserved.