com.aliyuncs.utils
类 Base64Helper
java.lang.Object
com.aliyuncs.utils.Base64Helper
public class Base64Helper
- extends Object
从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Base64Helper
public Base64Helper()
encode
public static String encode(byte[] buff)
encode
public static String encode(String string,
String encoding)
throws UnsupportedEncodingException
- 抛出:
UnsupportedEncodingException
decode
public static String decode(String string,
String encoding)
throws UnsupportedEncodingException
- 抛出:
UnsupportedEncodingException
Copyright © 2017. All Rights Reserved.