public class Base64Helper extends Object
public static String encode(byte[] buff)
public static String encode(String string, String encoding) throws UnsupportedEncodingException
UnsupportedEncodingExceptionpublic static String decode(String string, String encoding) throws UnsupportedEncodingException
UnsupportedEncodingExceptionCopyright © 2017. All Rights Reserved.