byteArrayOf

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

Returns an array containing the specified Byte numbers.

Since Kotlin

1.1

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

Since Kotlin

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

Returns an array containing the specified Byte numbers.

Since Kotlin

1.0