com.baidu.sapi2.utils
类 Base64

java.lang.Object
  继承者 com.baidu.sapi2.utils.Base64

public final class Base64
extends Object


构造方法摘要
Base64()
           
 
方法摘要
static byte[] decode(byte[] paramArrayOfByte)
           
static byte[] decode(byte[] paramArrayOfByte, int paramInt)
           
static String encode(byte[] paramArrayOfByte, String paramString)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

Base64

public Base64()
方法详细信息

decode

public static byte[] decode(byte[] paramArrayOfByte)

decode

public static byte[] decode(byte[] paramArrayOfByte,
                            int paramInt)

encode

public static String encode(byte[] paramArrayOfByte,
                            String paramString)
                     throws UnsupportedEncodingException
抛出:
UnsupportedEncodingException


Copyright © 2013. All Rights Reserved.