amount
number of characters in this Reader. Subsequent read()
's will not return these characters unless reset()
is used. Skipping characters may invalidate a mark if marklimit is surpassed.
@param amount the maximum number of characters to skip.
@return the number of characters actually skipped.
@throws IOException If the BufferedReader is already closed or some other IO error occurs.
@throws IllegalArgumentException If amount is negative
|
|
|
|
|
|
|
|
|
|
|
|
|
|