|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnet.spy.util.Base64
Base64 block encoder/decoder.
| Constructor Summary | |
Base64()
Get a base64 encode/decoder. |
|
| Method Summary | |
byte[] |
decode(String input)
Decode a string back into the bytes. |
String |
encode(byte[] data)
Encode some bytes to a base64 string. |
boolean |
isValidBase64Char(char c)
Is this character a valid Base64 character? |
static void |
main(String[] args)
Testing. |
| 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 String encode(byte[] data)
public byte[] decode(String input)
public boolean isValidBase64Char(char c)
public static void main(String[] args)
throws Exception
Exception
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||