copyInto

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

Copies range of mutable data to the byte array.