public class TabularFileLoader extends Object implements FileLoader
FileFormat
object.Constructor and Description |
---|
TabularFileLoader() |
Modifier and Type | Method and Description |
---|---|
List<OptionDefinition> |
getOptionDefinitions() |
LoadedData |
readFile(File file,
Map<String,Object> options)
Reads a file.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
checkOptions, readFile
public LoadedData readFile(File file, Map<String,Object> options)
format
,
which is required. The value of this option must be a
FileFormat
object describing the format of the file to be
loaded, and may not be null
.readFile
in interface FileLoader
file
- the file from which to read dataoptions
- file loading options (see description)public List<OptionDefinition> getOptionDefinitions()
getOptionDefinitions
in interface FileLoader
Copyright © 2022. All rights reserved.