-
Notifications
You must be signed in to change notification settings - Fork 0
Data Sources
Pathurs edited this page Jul 29, 2018
·
6 revisions
A Data Source is the core class of the DataSource library.
Data Sources accept input data, and output cloned data that has been processed with Processors.
The base class for creating Data Sources.
Learn more about the DataSource class on its wiki page or source code.
The extended class for creating Data Sources for Tables.
Learn more about the TableDataSource class on its wiki page or source code.
Documentation for the DataSource library.