byteArrayOf

fun byteArrayOf(vararg elements: Byte): ByteArray(source)

Returns an array containing the specified Byte numbers.

Since Kotlin

1.0