protected abstract AbstractFlowReader.InputType |
AbstractFlowReader.getInputType() |
Returns how to read the data, from a file, stream or reader.
|
protected AbstractFlowReader.InputType |
DefaultFlowReader.getInputType() |
Returns the extension(s) of the format.
|
protected AbstractFlowReader.InputType |
JsonFlowReader.getInputType() |
Returns the extension(s) of the format.
|
static AbstractFlowReader.InputType |
AbstractFlowReader.InputType.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static AbstractFlowReader.InputType[] |
AbstractFlowReader.InputType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|