|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjcifs.util.Base64
| Constructor Summary | |
Base64()
|
|
| Method Summary | |
static byte[] |
decode(java.lang.String string)
Decodes the supplied Base-64 encoded string. |
static java.lang.String |
encode(byte[] bytes)
Base-64 encodes the supplied block of data. |
| 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[] bytes)
bytes - The block of data that is to be Base-64 encoded.
String containing the encoded data.public static byte[] decode(java.lang.String string)
string - The Base-64 encoded string that is to be decoded.
byte[] containing the decoded data block.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||