|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.charliemouse.cambozola.shared.Base64
public class Base64
| Constructor Summary | |
|---|---|
Base64()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
encode(byte[] data)
Returns base64 representation of specified byte array. |
static java.lang.String |
encode(byte[] data,
int off,
int len)
Returns base64 representation of specified byte array. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Base64()
| Method Detail |
|---|
public static java.lang.String encode(byte[] data)
data - The data to be encoded
public static java.lang.String encode(byte[] data,
int off,
int len)
data - The data to be encodedoff - The offset within the data at which to start encodinglen - The length of the data to encode
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||