BinaryFileReader

User Level Documentation: This actor reads binary files and streams its content as a bytes array.


Author(s): Efrat Jaeger
Version:$Id: BinaryFileReader.java,v 1.9 2006/03/05 01:45:21 jaeger Exp $


endOfFile
An output port that produces false until the end of file is reached, at which point it produces true.
fileOrURLPort
An input port for passing a file path sent from a previous step in the workflow.


fileOrURL
The path to the file to be read.