byte[] imageBytes= Base64.decodeBase64(strBinary.getBytes());
InputStream in = new ByteArrayInputStream(imageBytes);
Bitmap b = BitmapFactory.decodeStream(in);
Programming Tutorials for PHP, ASP, JSP, J2EE, J2ME, MySQL, VB 6.0, Jasper Report, iReport and Ruby on Rails
No comments:
Post a Comment