Package org.yecht
Class Base64
- java.lang.Object
-
- org.yecht.Base64
-
-
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)
-