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