
FileToArray |
org.geon.FileToArray |
This actor reads a file or URL and outputs an array of the evaluations of
all lines read. The file or URL is specified using any form acceptable
to FileParameter.
This actor can skip some lines at the beginning of the file or URL, with
the number specified by the numberOfLinesToSkip parameter. The
default value of this parameter is 0.
Author(s): Efrat Jaeger
Version:$Id: FileToArray.java,v 1.8 2006/04/04 17:23:49 altintas Exp $
fileOrURL
The file name or URL from which to read. This is a string with
any form accepted by FileParameter.
numberOfLinesToSkip
The number of lines to skip at the beginning of the file or URL.
This parameter contains an IntToken, initially with value 0.
The value of this parameter must be non-negative.