Reads characters into the specified CharBuffer. The maximum number of characters read is CharBuffer.remaining(). @param cb the buffer to be filled with characters read. @return the number of characters actually read, or -1 if this Readable reaches its end
(CharBuffer cb)
| 37 | * if an I/O error occurs. |
| 38 | */ |
| 39 | int read(CharBuffer cb) throws IOException; |
| 40 | } |
no outgoing calls
no test coverage detected