apidocs / com.srv4pos.commons.io / LineIterator / hasNext

hasNext

open fun hasNext(): Boolean

Indicates whether the Reader has more lines. If there is an IOException then #close() will be called on this instance.

Exceptions

IllegalStateException - if an IO exception occurs

Return
Boolean: true if the Reader has more lines