Package org.apache.commons.csv
Class CSVParser.CSVRecordIterator
java.lang.Object
org.apache.commons.csv.CSVParser.CSVRecordIterator
- Enclosing class:
CSVParser
-
Field Details
-
current
-
-
Constructor Details
-
CSVRecordIterator
CSVRecordIterator()
-
-
Method Details
-
getNextRecord
Gets the next record or null at the end of stream or max rows read.- Returns:
- the next record, or
null
if the end of the stream has been reached. - Throws:
IOException
- on parse error or input read-failureCSVException
- on invalid input.
-
hasNext
public boolean hasNext() -
next
-
remove
public void remove()
-