kotlin-stdlib
JRE
kotlin-stdlib
/
kotlin.io
/
appendBytes
append
Bytes
JRE
fun
File
.
appendBytes
(
array
:
ByteArray
)
(
source
)
Appends an
array
of bytes to the content of this file.
Parameters
array
byte array to append to this file.