org.jmol.util
Class Base64
java.lang.Object
org.jmol.util.Base64
public class Base64
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
base64
private static String base64
decode64
private static int[] decode64
Base64
public Base64()
write
public static void write(byte[] bytes,
OutputStream os)
throws IOException
- Throws:
IOException
getBytes64
public static byte[] getBytes64(byte[] bytes)
getBase64
public static StringBuffer getBase64(StringBuffer str)
getBase64
public static StringBuffer getBase64(byte[] bytes)
decodeBase64
public static byte[] decodeBase64(String strBase64)
toBytes
private static byte[] toBytes(StringBuffer sb)