sdk
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
sdk
sdk
/
com.m8test.script.core.api.wrapper
/
ObjectWrappers
/
wrapByteArray
wrap
Byte
Array
abstract
fun
wrapByteArray
(
origin
:
ByteArray
)
:
ByteArrayWrapper
将原生 ByteArray 包装为
ByteArrayWrapper
。
Return
包装后的
ByteArrayWrapper
。
Parameters
origin
原生 ByteArray 对象。