public interface FileLoader
Modifier and Type | Method and Description |
---|---|
java.util.List<Datum> |
getData()
Returns the data points read from the file.
|
java.util.List<java.lang.String> |
getExtraLines()
Returns any lines in the file which were not handled by the loader.
|
java.util.List<java.lang.String> |
getMessages()
Returns any messages produced during the loading process.
|
java.util.List<Datum> getData()
java.util.List<java.lang.String> getMessages()
java.util.List<java.lang.String> getExtraLines()