apidocs / com.srv4pos.commons.io / LineIterator / <init>

<init>

LineIterator(reader: Reader!)

Constructs an iterator of the lines for a Reader.

Parameters

reader - Reader!: the Reader to read from, not null

Exceptions

IllegalArgumentException - if the reader is null