public class Base64 extends Object
Base64()
static byte[]
decode(String str)
static String
decoder(String str)
encode(byte[] data)
encoder(String str)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Base64()
public static String encode(byte[] data)
public static byte[] decode(String str) throws UnsupportedEncodingException
UnsupportedEncodingException
public static String encoder(String str)
str
public static String decoder(String str) throws UnsupportedEncodingException
Copyright © 2015. All rights reserved.