count number of characters in this Reader. Subsequent read()'s will not return these characters unless reset() is used.
@param count the maximum number of characters to skip.
@return the number of characters actually skipped.
@throws IOException If the Reader is already closed or some other IO error occurs.
@throws IllegalArgumentException If count is negative.
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |