FileToString
org.geon.FileToString

This actor reads a file or URL and outputs its content in a single string. 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: FileToString.java,v 1.7 2005/11/01 20:39:07 ruland 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.