Package org.yecht
Class Base64
- java.lang.Object
-
- org.yecht.Base64
-
public class Base64 extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private static byte[]
b64_table
private static int[]
b64_xtable
-
Constructor Summary
Constructors Constructor Description Base64()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static byte[]
dec(Pointer _s, int _len)
static byte[]
enc(Pointer _s, int _len)
-