com.caucho.util
Class Base64
java.lang.Object
|
+--com.caucho.util.Base64
- public class Base64
- extends java.lang.Object
Base64 decoding.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Base64
public Base64()
encode
public static void encode(CharBuffer cb,
long data)
encode24
public static void encode24(CharBuffer cb,
int data)
encode
public static void encode(CharBuffer cb,
byte[] buffer,
int offset,
int length)
encode
public static char encode(long d)
decode
public static int decode(int d)
encode
public static java.lang.String encode(java.lang.String value)
decode
public static java.lang.String decode(java.lang.String value)