open fun hasNext(): Boolean
Indicates whether the Reader
has more lines. If there is an IOException
then #close()
will be called on this instance.
IllegalStateException
- if an IO exception occurs
Return
Boolean: true
if the Reader has more lines