toByteArray

abstract fun toByteArray(array: ByteArray): ByteArray

Array 转成 byte[].

Return

转换后的 byte[]

Parameters

array

需要转换的数组