Uses of Class
de.siegmar.fastcsv.reader.CsvIndex.CsvPage
Packages that use CsvIndex.CsvPage
-
Uses of CsvIndex.CsvPage in de.siegmar.fastcsv.reader
Fields in de.siegmar.fastcsv.reader with type parameters of type CsvIndex.CsvPageModifier and TypeFieldDescriptionprivate final List<CsvIndex.CsvPage> IndexedCsvReader.ScannerListener.pageOffsetsprivate final List<CsvIndex.CsvPage> CsvIndex.pagesThe pages this index is partitioned.Methods in de.siegmar.fastcsv.reader that return CsvIndex.CsvPageModifier and TypeMethodDescription(package private) CsvIndex.CsvPageCsvIndex.getPage(int pageNumber) Methods in de.siegmar.fastcsv.reader with parameters of type CsvIndex.CsvPageConstructor parameters in de.siegmar.fastcsv.reader with type arguments of type CsvIndex.CsvPageModifierConstructorDescription(package private)CsvIndex(int bomHeaderLength, long fileSize, byte fieldSeparator, byte quoteCharacter, CommentStrategy commentStrategy, byte commentCharacter, long recordCounter, List<CsvIndex.CsvPage> pages)