Serialized Form

  • Package de.siegmar.fastcsv.reader

    • Class de.siegmar.fastcsv.reader.CsvIndex

      class CsvIndex extends Object implements Serializable
      serialVersionUID:
      1L
      • Serialized Fields

        • bomHeaderLength
          int bomHeaderLength
          The length of an optional BOM header.
        • commentCharacter
          byte commentCharacter
          The comment character used when building this index.
        • commentStrategy
          CommentStrategy commentStrategy
          The comment strategy used when building this index.
        • fieldSeparator
          byte fieldSeparator
          The field separator used when building this index.
        • fileSize
          long fileSize
          The CSV file size this index was built for.
        • pages
          List<CsvIndex.CsvPage> pages
          The pages this index is partitioned.
        • quoteCharacter
          byte quoteCharacter
          The quote character used when building this index.
        • recordCounter
          long recordCounter
          The total number of records the CSV file contains this index was built for.
    • Exception Class de.siegmar.fastcsv.reader.CsvParseException

      class CsvParseException extends RuntimeException implements Serializable
      serialVersionUID:
      1L