Java Charset Base64 Encoder/Decoder
betaDescription
This software provides library to encode/decode Java strings to/from Base64 encoding and variants. Just include the .jar file into your classpath, to encode: string.getbytes("x-base64"); to decode: new String(bytearray, "x-base64");
Categories
License
Update Notifications
User Reviews
Be the first to post a review of Java Charset Base64 Encoder/Decoder!