- out
- the non-null Writer on which to write the contents.
Type Reason Java.Lang.NullPointerException if out is null. Java.IO.IOException if an error occurs attempting to write out the contents.
Writes the contents of this CharArrayWriter to another Writer. The output is all the characters that have been written to the receiver since the last reset or since it was created.