void fileWrite (Object fileWriter, Object bytes)
void fileWrite (Object fileWriter, Object bytes)
byte[]
to the file.Name | Type | Description |
---|---|---|
fileWriter | Object | The target file. |
bytes | Object | byte[] to be written to the targeted file. |
Type | Description |
---|---|
void |