|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ffws.lib.BASE64Encoder
public class BASE64Encoder
Utility class to do Base64 encoding, 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 codificare una stringa in Base64
Constructor Summary | |
---|---|
BASE64Encoder()
|
Method Summary | |
---|---|
java.lang.String |
encode(byte[] data)
Codifica un array di bytes usando Base64 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BASE64Encoder()
Method Detail |
---|
public java.lang.String encode(byte[] data)
data
- I bytes to codificare
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |