|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.proxy.BASE64Decoder
public class BASE64Decoder
Utility class to do Base64 decoding, as defined by RFC 2045, section 6.8 (http://www.ietf.org/rfc/rfc2045.txt) Uses the same class and function names as Sun's implementation from sun.misc
| Constructor Summary | |
|---|---|
BASE64Decoder()
|
|
| Method Summary | |
|---|---|
byte[] |
decodeBuffer(java.lang.String data)
Decode an input String using Base64 |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BASE64Decoder()
| Method Detail |
|---|
public byte[] decodeBuffer(java.lang.String data)
data - The String to be decoded
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||