com.baidu.sapi2.utils
类 Base64
java.lang.Object
com.baidu.sapi2.utils.Base64
public final class Base64
- extends Object
方法摘要 |
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.