Uses of Class
org.apache.commons.csv.CSVRecord
-
Uses of CSVRecord in org.apache.commons.csv
Classes in org.apache.commons.csv that implement interfaces with type arguments of type CSVRecordModifier and TypeClassDescriptionfinal class
Parses CSV files according to the specified format.Methods in org.apache.commons.csv that return types with arguments of type CSVRecordModifier and TypeMethodDescriptionCSVParser.getRecords()
Parses the CSV input according to the given format and returns the content as a list ofCSVRecords
.CSVParser.iterator()
Returns the record iterator.CSVParser.stream()
Returns a sequentialStream
with this collection as its source.