Decode Base64 data in java

Posted by Ryan P on Stack Overflow See other posts from Stack Overflow or by Ryan P
Published on 2009-01-22T15:55:18Z Indexed on 2010/03/26 1:53 UTC
Read the original article Hit count: 409

Filed under:
|

I have an image that is base64 encoded. What is the best way to decode that in Java? Hopefully using only the libraries included with Sun Java 6.

© Stack Overflow or respective owner

Related posts about java

Related posts about base64