public class WriterOutputSource extends Object implements OutputSource
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 © 2013. All rights reserved.