Since this method continues to search through the input looking for a line separator, it may buffer all of the input searching for the line to skip if no line separators are present. @return the line that was skipped @throws NoSuchElementException if no line was found @throws IllegalStateException if this scanner is closed
Reader
.
@return the next line from the input
@throws NoSuchElementException if there is no line to return
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|