FileWriter
ptolemy.actor.lib.FileWriter

This actor reads tokens from any number of input channels and writes their string values to the specified output file. If no file name is given, then the values are written to the standard output.

Author(s): Yuhong Xiong, Edward A. Lee
Version:$Id: FileWriter.java,v 1.34 2005/07/08 19:55:59 cxh Exp $
Pt.Proposed Rating:Yellow (yuhong)
Pt.Accepted Rating:Yellow (mudit)




filename
The name of the file to write to. This parameter contains a StringToken. By default, it contains an empty string, which is interpreted to mean that output should be directed to the standard output.