Pages
(Move to ...)
Home
Java
Android
Php
Cake PHP
jQuery
Grails
All Pages
▼
Showing posts with label
base64 decode
.
Show all posts
Showing posts with label
base64 decode
.
Show all posts
Thursday, December 12, 2013
Base64 encode/decode with JAVA
›
Java code to encode and decode base64 package pritom ; import sun.misc.BASE64Decoder ; import sun.misc.BASE64Encoder ; /** * ...
›
Home
View web version