| Modifier and Type | Method and Description |
|---|---|
(package private) CSVRecord |
CSVParser.nextRecord()
Parses the next record from the current point in the stream.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CSVRecord> |
CSVParser.getRecords()
Parses the CSV input according to the given format and returns the content as a list of
CSVRecords. |
java.util.Iterator<CSVRecord> |
CSVParser.iterator()
Returns an iterator on the records.
|