CharArrayWriter.writeTo

CharArrayWriter.writeTo

Class Overview | Class Members | This Package | All Packages

Syntax
public void writeTo( Writer out ) throws IOException
Parameters
out
the output stream to write to
Description
Writes the contents of the buffer to another character stream.