xlang v5.1 Release
程序设计语言基础库文档
载入中...
搜索中...
未找到
Base64类 参考
Base64 的协作图:
Collaboration graph

静态 Public 成员函数

详细描述

Utility class for Base64 encoding and decoding operations. Base64 编码和解码操作的工具类。

在文件 Base64.x5 行定义.

成员函数说明

◆ decodeString()

static final byte [] decodeString ( String  )
static

Decodes 将 Base64 字符串解码为字节数组。

◆ encodeToString() [1/2]

static final String encodeToString ( byte  [],
bool   
)
static

Encodes 将字节数组编码为 Base64 字符串。

◆ encodeToString() [2/2]

static final String encodeToString ( byte  [],
int  ,
int  ,
bool   
)
static

Encodes 将指定范围的字节数组编码为 Base64 字符串。