kotlin-stdlib
JRE7
kotlin-stdlib
/
kotlin.io.path
/
appendBytes
append
Bytes
JRE7
inline
fun
Path
.
appendBytes
(
array
:
ByteArray
)
Appends an
array
of bytes to the content of this file.
Since Kotlin
1.5
Parameters
array
byte array to append to this file.