Kevin's Technology Notes
September 22, 2006
Base64 Calls
// Just a reminder that sun ships a Base64 converted in there tools.jar
import sun.misc.BASE64Decoder;
import sun.misc.BASE64Encoder;
new BASE64Encoder().encode( bytes )
new BASE64Decoder().decodeBuffer( str );
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment