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