Reads characters into the specified CharBuffer.
- cb
- the buffer to be filled with characters read.
- the number of characters actually read, or -1 if this Readable reaches its end
Type Reason Java.IO.IOException if an I/O error occurs.
Reads characters into the specified CharBuffer. The maximum number of characters read is CharBuffer.remaining().