Uses of Class
de.siegmar.fastcsv.reader.CsvIndex
Packages that use CsvIndex
-
Uses of CsvIndex in de.siegmar.fastcsv.reader
Fields in de.siegmar.fastcsv.reader declared as CsvIndexModifier and TypeFieldDescriptionprivate final CsvIndexIndexedCsvReader.csvIndexprivate CsvIndexIndexedCsvReader.IndexedCsvReaderBuilder.csvIndexMethods in de.siegmar.fastcsv.reader that return CsvIndexModifier and TypeMethodDescriptionprivate CsvIndexIndexedCsvReader.buildIndex(int bomHeaderLength, StatusListener statusListener) IndexedCsvReader.getIndex()Get the index used for accessing the CSV file.private static CsvIndexIndexedCsvReader.validatePrebuiltIndex(Path file, int bomHeaderLength, byte fieldSeparator, byte quoteCharacter, CommentStrategy commentStrategy, byte commentCharacter, CsvIndex csvIndex) Methods in de.siegmar.fastcsv.reader with parameters of type CsvIndexModifier and TypeMethodDescriptionSets a prebuilt index that should be used for accessing the file.private static CsvIndexIndexedCsvReader.validatePrebuiltIndex(Path file, int bomHeaderLength, byte fieldSeparator, byte quoteCharacter, CommentStrategy commentStrategy, byte commentCharacter, CsvIndex csvIndex) Constructors in de.siegmar.fastcsv.reader with parameters of type CsvIndexModifierConstructorDescription(package private)IndexedCsvReader(Path file, Charset defaultCharset, char fieldSeparator, char quoteCharacter, CommentStrategy commentStrategy, char commentCharacter, boolean acceptCharsAfterQuotes, int pageSize, CsvCallbackHandler<T> csvRecordHandler, CsvIndex csvIndex, StatusListener statusListener)