Generated by
JDiff

Class java.nio.CharBuffer

Added interfaces java.lang.Appendable, java.lang.Readable.

Added Methods
CharBuffer append(char) Appends the specified character to this buffer  (optional operation).
CharBuffer append(CharSequence) Appends the specified character sequence to this buffer  (optional operation).
int read(CharBuffer) Attempts to read characters into the specified character buffer.