|
|||||||||
| Home >> All >> org >> mom4j >> xcp >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.mom4j.xcp.util
Class Base64

java.lang.Objectorg.mom4j.xcp.util.Base64
- public final class Base64
- extends java.lang.Object
| Field Summary | |
private static char[] |
S_BASE64CHAR
|
private static char |
S_BASE64PAD
|
private static byte[] |
S_DECODETABLE
|
| Constructor Summary | |
private |
Base64()
|
| Method Summary | |
static byte[] |
decode(java.lang.String s)
|
private static int |
decode0(char[] ac,
byte[] abyte0,
int i)
|
static java.lang.String |
encode(byte[] abyte0)
|
static java.lang.String |
encode(byte[] abyte0,
int i,
int j)
|
static void |
main(java.lang.String[] args)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
S_BASE64CHAR
private static final char[] S_BASE64CHAR
S_BASE64PAD
private static final char S_BASE64PAD
- See Also:
- Constant Field Values
S_DECODETABLE
private static final byte[] S_DECODETABLE
| Constructor Detail |
Base64
private Base64()
| Method Detail |
decode
public static byte[] decode(java.lang.String s)
encode
public static java.lang.String encode(byte[] abyte0)
encode
public static java.lang.String encode(byte[] abyte0, int i, int j)
decode0
private static int decode0(char[] ac,
byte[] abyte0,
int i)
main
public static void main(java.lang.String[] args)
|
|||||||||
| Home >> All >> org >> mom4j >> xcp >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.mom4j.xcp.util.Base64