Uses of Class
org.apache.commons.csv.CSVRecord
-
Uses of CSVRecord in org.apache.commons.csv
Fields in org.apache.commons.csv declared as CSVRecordMethods in org.apache.commons.csv that return CSVRecordModifier and TypeMethodDescriptionprivate CSVRecordCSVParser.CSVRecordIterator.getNextRecord()Gets the next record or null at the end of stream or max rows read.CSVParser.CSVRecordIterator.next()(package private) CSVRecordCSVParser.nextRecord()Parses the next record from the current point in the stream.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 sequentialStreamwith this collection as its source.