Package fmpp.dataloaders
Class TextDataLoader
java.lang.Object
fmpp.dataloaders.FileDataLoader
fmpp.dataloaders.TextDataLoader
- All Implemented Interfaces:
DataLoader
Returns a string based on a plain text file.
Note: This class should be an
AbstractTextDataLoader
subclass, but it is not that
for backward compatibility.
-
Field Summary
Fields inherited from class fmpp.dataloaders.FileDataLoader
args, dataFile, engine
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Object
load
(InputStream data) FileDataLoader
subclasess override this method to parse the file.Methods inherited from class fmpp.dataloaders.FileDataLoader
load
-
Constructor Details
-
TextDataLoader
public TextDataLoader()
-
-
Method Details
-
load
Description copied from class:FileDataLoader
FileDataLoader
subclasess override this method to parse the file.- Specified by:
load
in classFileDataLoader
- Throws:
Exception
-