|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.allcolor.yahp.converter.CBASE64Codec
public class CBASE64Codec
Field Summary | |
---|---|
private static java.lang.String |
B64ARRAY
|
Constructor Summary | |
---|---|
CBASE64Codec()
|
Method Summary | |
---|---|
private static int[] |
decode(byte[] buffer)
|
private static int[] |
decode(char[] buffer)
|
static byte[] |
decode(java.lang.String in)
|
static java.lang.String |
encode(byte[] array)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final java.lang.String B64ARRAY
Constructor Detail |
---|
public CBASE64Codec()
Method Detail |
---|
private static int[] decode(byte[] buffer)
private static int[] decode(char[] buffer)
public static byte[] decode(java.lang.String in)
public static java.lang.String encode(byte[] array)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |