public class Base64 extends Object
static String
decode(String encoded)
encode(String decoded)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
@JsMethod(namespace="<global>", name="btoa") public static String encode(String decoded)
@JsMethod(namespace="<global>", name="atob") public static String decode(String encoded)