- charCount
- Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.
Type Reason Java.Lang.IllegalArgumentException if charCount . Java.IO.IOException if this reader is closed or some other I/O error occurs.
Skips charCount characters in this reader. Subsequent calls of read methods will not return these characters unless reset is used. This method may perform multiple reads to read charCount characters.