kotlin.io.java.io.File.appendBytes

appendBytes

fun File.appendBytes(array: ByteArray)

Platform and version requirements: JVM

Appends an array of bytes to the content of this file.

Parameters

array - byte array to append to this file.

© 2010–2017 JetBrains s.r.o.
Licensed under the Apache License, Version 2.0.
登录查看完整内容