public interface OutputSource
void append(String text) throws IOException
IOExceptionvoid append(String text, int start, int end) throws IOException
IOExceptionvoid append(char c)
throws IOException
IOExceptionvoid flush()
throws IOException
IOExceptionCopyright © 2013. All rights reserved.