sdk
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
sdk
sdk
/
com.m8test.script.core.api.util
/
Strings
/
fromBytes
from
Bytes
abstract
fun
fromBytes
(
bytes
:
ByteArray
,
charsetName
:
String
?
)
:
String
将字节数组按指定编码转为字符串。 方法名避免与 Object.toString() 冲突,命名为 fromBytes。
Return
字符串
Parameters
bytes
字节数组
charset
Name
字符集 (如 "UTF-8", "GBK")