copyInto

fun copyInto(output: ByteArray, destinationIndex: Int, startIndex: Int, endIndex: Int)(source)

Copies range of mutable data to the byte array.

Since Kotlin

1.3