|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectaQute.lib.base64.Base64
public class Base64
Constructor Summary | |
---|---|
Base64(byte[] data)
|
|
Base64(String s)
|
Method Summary | |
---|---|
static byte[] |
decodeBase64(String string)
|
static String |
encodeBase64(byte[] data)
|
Object |
toData()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Base64(byte[] data)
public Base64(String s)
Method Detail |
---|
public static final byte[] decodeBase64(String string)
public String toString()
toString
in class Object
public static String encodeBase64(byte[] data)
public Object toData()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |