
SimpleFileReader |
org.resurgence.actor.SimpleFileReader |
This actor reads a file and outputs its contents as a single string.
It is based on the Ptolemy II FileReader actor.
Author(s): Wibke Sudholt, University of Zurich, April 2005
Version:$Id: SimpleFileReader.java,v 1.1 2005/04/07 08:49:05 sudholt Exp $
file
The input port, which gives the file name from which to read.
content
The output port, which provides the file contents.