|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.egit.github.core.util.EncodingUtils
public abstract class EncodingUtils
Encoding utilities
Constructor Summary | |
---|---|
EncodingUtils()
|
Method Summary | |
---|---|
static byte[] |
fromBase64(String content)
Decode base64 encoded string |
static String |
toBase64(byte[] content)
Base64 encode given byte array |
static String |
toBase64(String content)
Base64 encode given byte array |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EncodingUtils()
Method Detail |
---|
public static final byte[] fromBase64(String content)
content
-
public static final String toBase64(byte[] content)
content
-
public static final String toBase64(String content)
content
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |