"BufferWriter"

CharBuffer now implements the Appendable interface (along with a number of other classes such as StringBuffer). Appendable was essentially extracted from StringBuffer, so in a sense the use of append was inherited from there.