twitter4j.internal.http
Class BASE64Encoder

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

public final 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

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

Method Detail

encode

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


Copyright © 2011. All Rights Reserved.