# Functions
Bytes2str byte数组转化为字符串,返回字符串.
Bytes2Str byte数组转化为字符串,返回字符串引用.
ConvertBytes 将字符串指针转为byte数组.
ConvertString 将字byte数组转为字符串指针.
Gunzip 解压缩数据.
IsBase64String 如果是gzip压缩,就转base64.
No description provided by the author
Str2bytes 字符串转化为byte数组.
StrByXOR 对字符串进行异或操作.
String2bytes 字符串转化为byte数组.