|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jproxy.proxy.server.Base64
Constructor Summary | |
Base64()
|
Method Summary | |
static byte[] |
decode(java.lang.String s)
Decodes a BASE-64 encoded stream to recover the original data. |
static java.lang.String |
encode(byte[] data)
returns an array of base64-encoded characters to represent the passed data array. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Base64()
Method Detail |
public static java.lang.String encode(byte[] data)
data
- the array of bytes to encode
public static byte[] decode(java.lang.String s)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |