Appendable.append

Appends the specified character to this {@code Appendable}.

@param c The character to append

@return A reference to this {@code Appendable}

@throws IOException If an I/O error occurs

Meta