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
nullif the end of the stream has been reached. - Throws:
IOException- on parse error or input read-failureCSVException- on invalid input.
-
hasNext
-
next
-
remove
-