|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.kernel.util.Base64
public class Base64
| Constructor Summary | |
|---|---|
Base64()
|
|
| Method Summary | |
|---|---|
static byte[] |
decode(String base64)
|
static String |
encode(byte[] raw)
|
static String |
encode(byte[] raw,
int offset,
int length)
|
protected static char[] |
encodeBlock(byte[] raw,
int offset,
int lastIndex)
|
static String |
fromURLSafe(String base64)
|
protected static char |
getChar(int sixbit)
|
protected static int |
getValue(char c)
|
static String |
objectToString(Object o)
|
static Object |
stringToObject(String s)
|
static Object |
stringToObject(String s,
ClassLoader classLoader)
|
static Object |
stringToObjectSilent(String s)
|
static Object |
stringToObjectSilent(String s,
ClassLoader classLoader)
|
static String |
toURLSafe(String base64)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Base64()
| Method Detail |
|---|
public static byte[] decode(String base64)
public static String encode(byte[] raw)
public static String encode(byte[] raw,
int offset,
int length)
public static String fromURLSafe(String base64)
public static String objectToString(Object o)
public static Object stringToObject(String s)
public static Object stringToObject(String s,
ClassLoader classLoader)
public static Object stringToObjectSilent(String s)
public static Object stringToObjectSilent(String s,
ClassLoader classLoader)
public static String toURLSafe(String base64)
protected static char[] encodeBlock(byte[] raw,
int offset,
int lastIndex)
protected static char getChar(int sixbit)
protected static int getValue(char c)
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||