- Base64 - com.fengwenyi.javalib.util中的类
-
Static methods for translating Base64 encoded strings to byte arrays and vice-versa.
- Base64() - 类 的构造器com.fengwenyi.javalib.util.Base64
-
- base64ToByteArray(String) - 类 中的静态方法com.fengwenyi.javalib.util.Base64
-
Translates the specified Base64 string (as per Preferences.get(byte[])) into a byte array.
- byteArrayToAltBase64(byte[]) - 类 中的静态方法com.fengwenyi.javalib.util.Base64
-
Translates the specified byte array into an "alternate representation" Base64 string.
- byteArrayToBase64(byte[]) - 类 中的静态方法com.fengwenyi.javalib.util.Base64
-
Translates the specified byte array into a Base64 string as per Preferences.put(byte[]).