类 Base64Utils
java.lang.Object
com.xingyuv.captcha.util.Base64Utils
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static byte[]decode(byte[] src) static byte[]decodeFromString(String src) static byte[]static byte[]decodeUrlSafe(byte[] src) static byte[]encode(byte[] src) static StringencodeToString(byte[] src) static StringencodeToUrlSafeString(byte[] src) static byte[]encodeUrlSafe(byte[] src)
-
字段详细资料
-
DEFAULT_CHARSET
-
-
构造器详细资料
-
Base64Utils
public Base64Utils()
-
-
方法详细资料
-
encode
public static byte[] encode(byte[] src) -
decode
public static byte[] decode(byte[] src) -
encodeUrlSafe
public static byte[] encodeUrlSafe(byte[] src) -
decodeUrlSafe
public static byte[] decodeUrlSafe(byte[] src) -
encodeToString
-
decodeFromString
-
encodeToUrlSafeString
-
decodeFromUrlSafeString
-