Class Summary |
CSVGetter<L extends List> |
The CSV Getter is overloaded, which supports reading from a variety of formats,
it accepts a file object, or a string of content which gets read, and passed through
a method to separate the content based on a comma. |
CSVMaker |
Generates CSV file from the data structure. |
FileGetter |
FileGetter is an abstract class which acts as a meeting point for all classes
which wish to open a file. |
FileMaker |
A class which contains methods and variables common to all current and
potential TextMaker classes. |
JSONGetter |
Retrieves data from a JSON file saved in TextConvertor format
into the data structure. |
JSONMaker |
Makes JSON file from the data structure. |
TextFileIO |
TextFileIO Class receives the file name and either saves the file
or reads the file. |
TextFileSocket |
Text File Socket Class acts as a socket between all Text file converters
and the business object layer. |
XMLGetter |
Retieves data from a XLM file saved in TextConvertor format
into the data structure. |
XMLMaker |
Makes XML file from the data structure. |