File.fileWriteBytes()

Signature

void fileWrite (Object fileWriter, Object bytes)

Domain

ACTION

Description

Writes the byte[] to the file.

Parameters

NameTypeDescription
fileWriterObjectThe target file.
bytesObjectbyte[] to be written to the targeted file.

Returns

TypeDescription
void

Cautions

none