writeBytes

Writes a byte array to the specified file.

Return

true if successful, false otherwise

Parameters

bytes

The byte array to write with.


fun writeBytes(bytes: ERROR CLASS: Symbol not found for UByteArray): Boolean

Writes an unsigned byte array to the specified file.

Return

true if successful, false otherwise

Parameters

bytes

The byte array to write with.