- buffer
- character array to store the characters read.
Documentation for this section has not yet been entered.
Type Reason Java.IO.IOException if this reader is closed or some other I/O error occurs.
Reads characters from this reader and stores them in the character array buffer starting at offset 0. Returns the number of characters actually read or -1 if the end of the reader has been reached.