|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectde.unkrig.commons.util.Base64
public final class Base64
A BASE64 encoder and a decoder.
| Method Summary | |
|---|---|
static byte[] |
base64ToByteArray(java.lang.String s)
Decodes a BASE64 string into a series of bytes. |
static java.lang.String |
byteArrayToBase64(byte[] a)
Encodes a series of bytes into a BASE64 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 byteArrayToBase64(byte[] a)
public static byte[] base64ToByteArray(java.lang.String s)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||