fileName | String[] Fully qualified name of the file to be written to. |
stream | java.io.InputStream The stream from which data is read. |
append | String Optional. Specifies whether to append or overwrite if the specified file already exists. The default behavior is to create a new file if the file does not exist or overwrite an existing file if the file already exists. Set to: true to append if the file already exists. false to overwrite if the file already exists. |