Package com.liferay.portal.kernel.util
Class Base64
Object
com.liferay.portal.kernel.util.Base64
- Author:
- Brian Wing Shun Chan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic byte[]
static byte[]
decodeFromURL
(String base64) static String
encode
(byte[] raw) static String
encodeToURL
(byte[] raw) static String
objectToString
(Object object) static Object
static Object
stringToObject
(String s, ClassLoader classLoader) static Object
-
Constructor Details
-
Base64
public Base64()
-
-
Method Details
-
decode
-
decodeFromURL
-
encode
-
encodeToURL
-
objectToString
-
stringToObject
-
stringToObject
-
stringToObjectSilent
-