com.aliyuncs.utils
类 Base64Helper

java.lang.Object
  继承者 com.aliyuncs.utils.Base64Helper

public class Base64Helper
extends Object


构造方法摘要
Base64Helper()
           
 
方法摘要
static String decode(String string, String encoding)
           
static String encode(byte[] buff)
           
static String encode(String string, String encoding)
           
 
从类 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.