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