com.fitbit.api.client.http
Class BASE64Encoder

java.lang.Object
  extended by com.fitbit.api.client.http.BASE64Encoder

public class BASE64Encoder
extends 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
 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 String encode(byte[] from)


Copyright © 2012. All Rights Reserved.