|
||||||||||
| 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 void |
decode(Reader rdr,
OutputStream out)
|
static byte[] |
decodeBase64(String string)
|
static void |
encode(InputStream in,
Appendable sb)
|
static String |
encodeBase64(byte[] data)
|
static boolean |
isBase64(String value)
|
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 static final void decode(Reader rdr,
OutputStream out)
throws Exception
Exceptionpublic String toString()
toString in class Objectpublic static String encodeBase64(byte[] data)
public Object toData()
public static void encode(InputStream in,
Appendable sb)
throws IOException
IOExceptionpublic static boolean isBase64(String value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||