Serialized Form
-
Package de.siegmar.fastcsv.reader
-
Record Class de.siegmar.fastcsv.reader.CsvIndex
class CsvIndex extends Record implements Serializable-
Serialized Fields
-
bomHeaderLength
int bomHeaderLength
The field for thebomHeaderLengthrecord component. -
commentCharacter
byte commentCharacter
The field for thecommentCharacterrecord component. -
commentStrategy
CommentStrategy commentStrategy
The field for thecommentStrategyrecord component. -
fieldSeparator
byte fieldSeparator
The field for thefieldSeparatorrecord component. -
fileSize
long fileSize
The field for thefileSizerecord component. -
pages
List<CsvIndex.CsvPage> pages
The field for thepagesrecord component. -
quoteCharacter
byte quoteCharacter
The field for thequoteCharacterrecord component. -
recordCount
long recordCount
The field for therecordCountrecord component.
-
-
-
Record Class de.siegmar.fastcsv.reader.CsvIndex.CsvPage
class CsvPage extends Record implements Serializable-
Serialized Fields
-
offset
long offset
The field for theoffsetrecord component. -
startingLineNumber
long startingLineNumber
The field for thestartingLineNumberrecord component.
-
-
-
Exception Class de.siegmar.fastcsv.reader.CsvParseException
class CsvParseException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-