Name

adams.flow.transformer.FlowFileReader


Synopsis

Reads the flow file and outputs the actor(s).
A custom reader can be specified in case of reading from files, but must be specified when reading from java.io.Reader or java.io.InputStream objects.


Additional information

Flow input/output:
- input: java.lang.String, java.io.File
- output: adams.flow.core.Actor


Options