All Classes
| Class | Description |
|---|---|
| DataDemo |
DataDemo.java demonstration code used in the GRAV documentation.
|
| TestCSVData |
TestCSVData tests writing and reading of a CSV file, and checks that all data is read back correctly into the DataTable.
|
| TestJSONData |
TestJSONData tests writing and reading of a JSON file, and checks that all data is read back correctly into the DataTable.
|
| TestListDataTable |
TestListTable tests the functions of the ListTable, the Column and the Record.
|
| TestTextSerializers |
TestTextSerializers tests the (de)serialization of the different classes from/into text.
|
| TestTSVData |
TestTSVData tests writing and reading of a TSV file, and checks that all data is read back correctly into the DataTable.
|
| TestXMLData |
TestXMLData tests writing and reading of a XML file, and checks that all data is read back correctly into the DataTable.
|