Uses of Class
de.siegmar.fastcsv.reader.IndexedCsvReader
-
Packages that use IndexedCsvReader Package Description de.siegmar.fastcsv.reader FastCSV reader. -
-
Uses of IndexedCsvReader in de.siegmar.fastcsv.reader
Methods in de.siegmar.fastcsv.reader that return IndexedCsvReader Modifier and Type Method Description <T> IndexedCsvReader<T>IndexedCsvReader.IndexedCsvReaderBuilder. build(CsvCallbackHandler<T> callbackHandler, java.nio.file.Path file)Constructs a newIndexedCsvReaderfor the specified callback handler and path using UTF-8 as the character set.<T> IndexedCsvReader<T>IndexedCsvReader.IndexedCsvReaderBuilder. build(CsvCallbackHandler<T> callbackHandler, java.nio.file.Path file, java.nio.charset.Charset charset)Constructs a newIndexedCsvReaderfor the specified arguments.IndexedCsvReader<CsvRecord>IndexedCsvReader.IndexedCsvReaderBuilder. ofCsvRecord(java.nio.file.Path file)Constructs a newIndexedCsvReaderofCsvRecordfor the specified path using UTF-8 as the character set.IndexedCsvReader<CsvRecord>IndexedCsvReader.IndexedCsvReaderBuilder. ofCsvRecord(java.nio.file.Path file, java.nio.charset.Charset charset)Constructs a newIndexedCsvReaderofCsvRecordfor the specified arguments.
-