No examples for this method.
Frequently called with: [Clear]
-1
| java.lang.Readable |
Known Indirect Subclasses
|
Represents a sequence of characters that can be incrementally read (copied) into a CharBuffer.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Reads characters into the specified
CharBuffer.
|
||||||||||
Reads characters into the specified CharBuffer. The maximum number of characters read is CharBuffer.remaining().
| cb | the buffer to be filled with characters read. |
|---|
Readable reaches its end| IOException | if an I/O error occurs. |
|---|