com.qq.connect.utils.http
类 BASE64Encoder

java.lang.Object
  继承者 com.qq.connect.utils.http.BASE64Encoder

public class BASE64Encoder
extends java.lang.Object

A utility class encodes byte array into String using Base64 encoding scheme.

另请参见:
HttpClient

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

构造方法详细信息

BASE64Encoder

public BASE64Encoder()
方法详细信息

encode

public static java.lang.String encode(byte[] from)