byteArrayOf

abstract fun byteArrayOf(vararg elements: Byte): ByteArray

创建 byte[] 并将给定元素添加到数组中.

Return

新创建的数组

Parameters

elements

数组元素