See: Description
| Interface | Description |
|---|---|
| DataSet | |
| Parser |
PZParser is ready to parse the data and return an object that can then be
traversed.
|
| ParserFactory |
Factory definitions for creating a PZParser (delimiter or fixed length).
|
| Record | |
| RecordDataSet |
Rather than treating a DataSet as a stateful class whereby we need to extract each column one by
one, this interface allows you to extract a record at a time.
|
| StreamingDataSet |
New with jdk8, define stream() methods.
|
| Class | Description |
|---|---|
| AbstractDelimiterParser | |
| AbstractFixedLengthParser | |
| AbstractParser | |
| CsvParserFactory |
Easy way to get a CSV Parser (separator , and qualifier ").
|
| DataError |
This class holds errors that occurred while parsing or processing a data file.
|
| DBDelimiterParser | |
| DBFixedLengthParser | |
| DefaultDataSet | |
| DefaultParserFactory | |
| DelimiterParser | |
| FixedLengthParser | |
| RowRecord | |
| StreamingRecord |
| Exception | Description |
|---|---|
| InitialisationException |
Copyright © 2006–2021 Appendium - Portfolio Financing Platform. All rights reserved.