Download of jcbed.jar (jcbed.jar ( external link: SF.net): 12,344 bytes) will begin shortly. If not so, click link on the left.

檔案信息

檔案大小
12,344 bytes
MD5
75a1fb7dab3ed3f62a740574b87dbe30

專案描述

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");