Skips characters. This method will block until some characters are available, an I/O error occurs, or the end of the stream is reached.
n | The number of characters to skip |
IllegalArgumentException | If n is negative. | |
IOException | If an I/O error occurs |
Diagram: Reader