writeBytes
Sets the content of this file as an array of bytes. If this file already exists, it becomes overwritten.
Since Kotlin
1.0Parameters
array
byte array to write into this file.
Sets the content of this file as an array of bytes. If this file already exists, it becomes overwritten.
byte array to write into this file.
Thanks for your feedback!