问题
How do I convert a byte array to a base64 encoded string using the BlackBerry plug-in for Eclipse?
回答1:
Check out the BlackBerry JDE API documentation for net.rim.device.api.io.Base64OutputStream
回答2:
The best source of information is from one of the following:
Commons Apache Codec
ostermiller.org/utils/Base64.html
来源:https://stackoverflow.com/questions/3753629/convert-a-byte-array-to-base64-for-blackberry-using-eclipse