binary-streams / loggersoft.kotlin.streams / kotlin.ByteArray / copyFrom

copyFrom

fun ByteArray.copyFrom(length: Int, src: ByteArray, offset: Int = 0, srcOffset: Int = 0): Unit

Copies length bytes from src byte array starting from srcOffset into this array starting from offset.