Class CsvIndex

java.lang.Object
de.siegmar.fastcsv.reader.CsvIndex
All Implemented Interfaces:
Serializable

public final class CsvIndex extends Object implements 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

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object