
BinaryFileReader |
org.geon.BinaryFileReader |
This actor reads a file or URL and outputs its content as a bytes array.
At each iteration a chunk of bytes is read from the file and outputed 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. The type
is boolean.
fileOrURLPort
An input for optionally providing a file name.
fileOrURL
The file name or URL from which to read. This is a string with
any form accepted by FileParameter.