程序包 cn.gybyt.util
类 Base64Util
java.lang.Object
cn.gybyt.util.Base64Util
Base64工具类
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
-
字段详细资料
-
log
public static org.slf4j.Logger log
-
-
构造器详细资料
-
Base64Util
public Base64Util()
-
-
方法详细资料
-
strToBase64
- 参数:
content- 需要编码的字符串- 返回:
- 编码后的字符串
-
base64ToStr
- 参数:
base64- 需要解码的base64字符串- 返回:
- 解码后的字符串
-