
BinaryFileWriter |
User Level Documentation: This actor writes streams of bytes array to a file
specified by filename and outputs the filePath.
Author(s): Efrat Jaeger
Version:$Id: BinaryFileWriter.java,v 1.12 2006/03/05 01:45:21 jaeger Exp $
filePath
Outputs the path to the written file.
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
Path to the file to be written.
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.