|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.qtunes.core.util.Base64
public class Base64
Method Summary | |
---|---|
static byte[] |
decode(java.lang.CharSequence in)
Decode the Base64 String to bytes |
static java.lang.String |
encode(byte[] in)
|
static java.lang.String |
encode(byte[] in,
boolean addequals)
Encode the bytes as a Base64 String |
static java.lang.String |
toPrintableString(byte[] in)
Return a hex String of the specified byte array |
static java.lang.String |
toPrintableString(java.lang.CharSequence in)
Return a printable version of the specified String |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.lang.String encode(byte[] in)
public static java.lang.String encode(byte[] in, boolean addequals)
addequals
- whether to add the "=" at the end or notpublic static byte[] decode(java.lang.CharSequence in)
public static final java.lang.String toPrintableString(java.lang.CharSequence in)
public static final java.lang.String toPrintableString(byte[] in)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |