Uses of Class
de.siegmar.fastcsv.reader.NamedCsvRecord
Packages that use NamedCsvRecord
-
Uses of NamedCsvRecord in de.siegmar.fastcsv.reader
Methods in de.siegmar.fastcsv.reader that return types with arguments of type NamedCsvRecordModifier and TypeMethodDescriptionprotected RecordWrapper<NamedCsvRecord> NamedCsvRecordHandler.buildRecord()CsvReader.CsvReaderBuilder.ofNamedCsvRecord(Reader reader) CsvReader.CsvReaderBuilder.ofNamedCsvRecord(String data) Constructs a newCsvReaderfor the specified arguments.CsvReader.CsvReaderBuilder.ofNamedCsvRecord(Path file) Constructs a newCsvReaderfor the specified file.CsvReader.CsvReaderBuilder.ofNamedCsvRecord(Path file, Charset charset) Constructs a newCsvReaderfor the specified file.