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

next

open fun next(): Any?

Returns the next line in the wrapped Reader.

Exceptions

NoSuchElementException - if there is no line to return

Return
Any?: the next line from the input