- csq
- the character sequence appended to the target.
Documentation for this section has not yet been entered.
Type Reason Java.IO.IOException if this writer is closed or another I/O error occurs.
Appends the character sequence csq to the target. This method works the same way as Writer.write(csq.toString()). If csq is null, then the string "null" is written to the target stream.