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

  1. Appendable append(string csq)
  2. Appendable append(char c)
    interface Appendable
    append
    (
    char c
    )

Meta