Uses of Class
de.siegmar.fastcsv.reader.CsvIndex
-
Packages that use CsvIndex Package Description de.siegmar.fastcsv.reader FastCSV reader. -
-
Uses of CsvIndex in de.siegmar.fastcsv.reader
Fields in de.siegmar.fastcsv.reader declared as CsvIndex Modifier and Type Field Description private CsvIndexIndexedCsvReader. csvIndexprivate CsvIndexIndexedCsvReader.IndexedCsvReaderBuilder. csvIndexMethods in de.siegmar.fastcsv.reader that return CsvIndex Modifier and Type Method Description private CsvIndexIndexedCsvReader. buildIndex(int bomHeaderLength, StatusListener statusListener)CsvIndexIndexedCsvReader. getIndex()Get the index used for accessing the CSV file.private static CsvIndexIndexedCsvReader. validatePrebuiltIndex(java.nio.file.Path file, int bomHeaderLength, byte fieldSeparator, byte quoteCharacter, CommentStrategy commentStrategy, byte commentCharacter, CsvIndex csvIndex)Methods in de.siegmar.fastcsv.reader with parameters of type CsvIndex Modifier and Type Method Description IndexedCsvReader.IndexedCsvReaderBuilderIndexedCsvReader.IndexedCsvReaderBuilder. index(CsvIndex csvIndex)Sets a prebuilt index that should be used for accessing the file.private static CsvIndexIndexedCsvReader. validatePrebuiltIndex(java.nio.file.Path file, int bomHeaderLength, byte fieldSeparator, byte quoteCharacter, CommentStrategy commentStrategy, byte commentCharacter, CsvIndex csvIndex)Constructors in de.siegmar.fastcsv.reader with parameters of type CsvIndex Constructor Description IndexedCsvReader(java.nio.file.Path file, java.nio.charset.Charset defaultCharset, char fieldSeparator, char quoteCharacter, CommentStrategy commentStrategy, char commentCharacter, boolean acceptCharsAfterQuotes, int pageSize, CsvCallbackHandler<T> csvRecordHandler, CsvIndex csvIndex, StatusListener statusListener)
-