|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.databene.commons.Base64Codec
public class Base64Codec
Codes/Decodes Base64 strings.
| Method Summary | |
|---|---|
static byte[] |
decode(java.lang.String code)
|
static java.lang.String |
encode(byte[] source)
|
static boolean |
isBase64Char(char c)
|
| 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[] source)
public static byte[] decode(java.lang.String code)
public static boolean isBase64Char(char c)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||