Uses of Class
de.siegmar.fastcsv.reader.CsvIndex.CsvPage
-
Packages that use CsvIndex.CsvPage Package Description de.siegmar.fastcsv.reader FastCSV reader. -
-
Uses of CsvIndex.CsvPage in de.siegmar.fastcsv.reader
Fields in de.siegmar.fastcsv.reader with type parameters of type CsvIndex.CsvPage Modifier and Type Field Description private java.util.List<CsvIndex.CsvPage>
IndexedCsvReader.ScannerListener. pageOffsets
private java.util.List<CsvIndex.CsvPage>
CsvIndex. pages
The pages this index is partitioned.Methods in de.siegmar.fastcsv.reader that return CsvIndex.CsvPage Modifier and Type Method Description (package private) CsvIndex.CsvPage
CsvIndex. getPage(int pageNumber)
Methods in de.siegmar.fastcsv.reader with parameters of type CsvIndex.CsvPage Modifier and Type Method Description private java.util.List<T>
IndexedCsvReader. readPage(CsvIndex.CsvPage page)
Constructor parameters in de.siegmar.fastcsv.reader with type arguments of type CsvIndex.CsvPage Constructor Description CsvIndex(int bomHeaderLength, long fileSize, byte fieldSeparator, byte quoteCharacter, CommentStrategy commentStrategy, byte commentCharacter, long recordCounter, java.util.List<CsvIndex.CsvPage> pages)
-