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