com.fitbit.api.client.http
Class BASE64Encoder
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BASE64Encoder
public BASE64Encoder()
encode
public String encode(byte[] from)
Copyright © 2012. All Rights Reserved.