Convert a byte array to base64 for blackberry using Eclipse
How do I convert a byte array to a base64 en开发者_StackOverflow社区coded string using the BlackBerry plug-in for Eclipse?
Check out the BlackBerry JDE API documentation for net.rim.device.api.io.Base64OutputStream
The best source of information is from one of the following:
Commons Apache Codec
ostermiller.org/utils/Base64.html
精彩评论