public class Base64Helper extends Object
| Constructor and Description |
|---|
Base64Helper() |
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 © 2022. All rights reserved.