Interface | Description |
---|---|
DataReader |
This class defines a common interface for the physical data reader.
|
Class | Description |
---|---|
AbstractDataReader |
This is an abstract class which implements the
DataReader interface. |
AbstractXmlReader |
This is an abstract the XML Reader class.
|
CSVReader |
This class
CSVReader implements default behavior of the DataReader interface. |
DataReaderDataSource |
This class represents a data source for a data reader.
|
DataSourceLocation |
This class represents a data source location for a data reader.
|
XmlReader |
This class implements the DataReader interface to read an XML file.
|