Package com.univocity.parsers.common.iterators
package com.univocity.parsers.common.iterators
-
ClassesClassDescriptionAn
Iterator
over the parser enabling easy iteration against rows and records Multiple iterations are possible if Files are being fed into the parser, but other forms of input (such asInputStream
s andReader
s) can not be iterated over more than once.An iterator ofRecord
s.An iterator ofString[]
.