|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
IImportTokenizer
, IImportParser
and IAnalyzer
s.
See:
Description
Interface Summary | |
---|---|
IDataRow<T> | Interface for classes, which represent one analyzed row of data read from the source data file. |
ITabularData<T extends IDataRow<?>> | Interface for classes, which represents the data read from the source data file in a form of a table with records
records of type extending IDataRow . |
Class Summary | |
---|---|
DataRow | Class, which represents one analyzed row of data read from the source data file. |
RawDataRow | Class, which represents one unanalyzed row (record) of data read from the source data file. |
RawTabularData | Class, which represents the data read from the source data file in a form of a table with unanalyzed records. |
TabularData | Class, which represents the data read from the source data file in a form of a table with already-analyzed records. |
TabularDataColumn | Representation of a tabular data column. |
Provides CAST Importer base inner data formats, used by the import process,
or more precisely by the IImportTokenizer
, IImportParser
and IAnalyzer
s.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |