Engine
/
com.drake.engine.utils
/
EncodeUtil
/
base64Decode
base64
Decode
open fun
base64Decode
(input:
String
):
Array
<
Byte
>
Content copied to clipboard
open fun
base64Decode
(input:
Array
<
Byte
>):
Array
<
Byte
>
Content copied to clipboard
Base64解码
Return
Base64解码后的字符串
Parameters
input
要解码的字符串