TIBCO BusinessEvents™
Standard
File
File
.
fileWriteBytes()
Signature
void fileWrite (Object fileWriter, Object bytes)
Domain
action
Description
Writes the
byte[]
to the file.
Parameters
Name
Type
Description
fileWriter
Object
The target file.
bytes
Object
byte[]
to be written to the targeted file.
Returns
None.
Cautions
none