twitter4j.http
Class BASE64Encoder

java.lang.Object
  extended by twitter4j.http.BASE64Encoder

public class BASE64Encoder
extends java.lang.Object

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

Author:
Yusuke Yamamoto - yusuke at mac.com
See Also:
HttpClient

Constructor Summary
BASE64Encoder()
           
 
Method Summary
 java.lang.String encode(byte[] from)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BASE64Encoder

public BASE64Encoder()
Method Detail

encode

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


Copyright © 2009. All Rights Reserved.