public class TextDataLoader extends FileDataLoader
Note: This class should be an
AbstractTextDataLoader
subclass, but it is not that
for backward compatibility.
args, dataFile, engine
Constructor and Description |
---|
TextDataLoader() |
Modifier and Type | Method and Description |
---|---|
protected java.lang.Object |
load(java.io.InputStream data)
FileDataLoader subclasess override this method to parse
the file. |
load
protected java.lang.Object load(java.io.InputStream data) throws java.lang.Exception
FileDataLoader
FileDataLoader
subclasess override this method to parse
the file.load
in class FileDataLoader
java.lang.Exception