类 Base64Utils
java.lang.Object
net.linksfield.cube.partnersdk.utils.Base64Utils
public abstract class Base64Utils extends Object
-
构造器概要
构造器 构造器 说明 Base64Utils() -
方法概要
修饰符和类型 方法 说明 static byte[]decode(byte[] src)static byte[]decodeFromString(String src)static byte[]decodeFromUrlSafeString(String src)static byte[]decodeUrlSafe(byte[] src)static byte[]encode(byte[] src)static StringencodeToString(byte[] src)static StringencodeToUrlSafeString(byte[] src)static byte[]encodeUrlSafe(byte[] src)
-
构造器详细资料
-
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
-