|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ffws.lib.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 Consente di decodificare una stringa di tipo Base64
Constructor Summary | |
---|---|
BASE64Decoder()
|
Method Summary | |
---|---|
byte[] |
decodeBuffer(java.lang.String data)
Decodifica una stringa di input che usa Base64 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BASE64Decoder()
Method Detail |
---|
public byte[] decodeBuffer(java.lang.String data)
data
- La stringa da decodificare
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |