public abstract Appendable append (char c) throws IOException

Appends the specified character to this Appendable.

Parameters:
c     The character to append

Returns:  A reference to this Appendable

Exceptions:
IOException     If an I/O error occurs