Uses of Class
de.siegmar.fastcsv.reader.CsvRecord
Packages that use CsvRecord
-
Uses of CsvRecord in de.siegmar.fastcsv.reader
Subclasses of CsvRecord in de.siegmar.fastcsv.readerModifier and TypeClassDescriptionfinal classRepresents an immutable CSV record with named (and indexed) fields.Subclasses with type arguments of type CsvRecord in de.siegmar.fastcsv.readerModifier and TypeClassDescriptionfinal classACsvCallbackHandlerimplementation that returns aCsvRecordfor each record.Methods in de.siegmar.fastcsv.reader that return types with arguments of type CsvRecordModifier and TypeMethodDescriptionprotected RecordWrapper<CsvRecord> CsvRecordHandler.buildRecord()CsvReader.CsvReaderBuilder.ofCsvRecord(Reader reader) CsvReader.CsvReaderBuilder.ofCsvRecord(String data) Constructs a newCsvReaderfor the specified arguments.CsvReader.CsvReaderBuilder.ofCsvRecord(Path file) Constructs a newCsvReaderfor the specified file.CsvReader.CsvReaderBuilder.ofCsvRecord(Path file, Charset charset) Constructs a newCsvReaderfor the specified file.IndexedCsvReader.IndexedCsvReaderBuilder.ofCsvRecord(Path file) Constructs a newIndexedCsvReaderofCsvRecordfor the specified path using UTF-8 as the character set.IndexedCsvReader.IndexedCsvReaderBuilder.ofCsvRecord(Path file, Charset charset) Constructs a newIndexedCsvReaderofCsvRecordfor the specified arguments.