Class CsvIndex
java.lang.Object
de.siegmar.fastcsv.reader.CsvIndex
- All Implemented Interfaces:
Serializable
Index built by
IndexedCsvReader to access large CSV data files.- See Also:
-
Method Details
-
getPageCount
public int getPageCount()Gets the number of pages the file contents is partitioned to.- Returns:
- the number of pages the file contents is partitioned to
-
getRecordCount
public long getRecordCount()Gets the number of records the file contains.- Returns:
- the number of records the file contains
-
equals
-
hashCode
-
toString
-