LineIterator(reader: Reader!)
Constructs an iterator of the lines for a Reader.
Reader
reader - Reader!: the Reader to read from, not null
reader
IllegalArgumentException - if the reader is null
IllegalArgumentException