| java.lang.Object | |
| ↳ | com.ning.http.util.Base64 |
Implements the "base64" binary encoding scheme as defined by RFC 2045.
Portions of code here are taken from Apache Pivot| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Decodes the specified base64 string back into its raw data.
| |||||||||||
Encodes the specified data into a base64 string.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Decodes the specified base64 string back into its raw data.
| encoded | The base64 encoded string. |
|---|
Encodes the specified data into a base64 string.
| bytes | The unencoded raw data. |
|---|