public Writer2(Writer writer)
public void output(int ch)
public void output(String string)
public void output(String string, int off, int len) throws IOException
IOException
public void output(char[] cbuf) throws IOException
IOException
public void output(char[] cbuf, int off, int len) throws IOException
IOException
public void flush()
Licenced under the Apache License, Version 2.0