BinaryFileWriter
org.geon.BinaryFileWriter

This actor receives an array of bytes as an input and writes it to a file. At each iteration a bytes array is read from the input port and written to a specified file.

Author(s): Efrat Jaeger
Version:$Id: BinaryFileWriter.java,v 1.12 2006/03/05 01:45:21 jaeger Exp $


filePath
output the file URL for display purposes.



append
If true, then append to the specified file. If false (the default), then overwrite any preexisting file after asking the user for permission.

fileName
The file name to which to write. This is a string with any form accepted by FileParameter. The default value is "System.out".

confirmOverwrite
If false, then overwrite the specified file if it exists without asking. If true (the default), then if the file exists, ask for confirmation before overwriting.