Modifier and Type | Method and Description |
---|---|
List<CSVRecord> |
CSVParser.getRecords()
Parses the CSV input according to the given format and returns the content as a list of
CSVRecords . |
Iterator<CSVRecord> |
CSVParser.iterator()
Returns an iterator on the records.
|
Copyright © 2017. All rights reserved.