Search Results

0
votes

Best API/LIB for encoding/decoding base64/quoted-printable in Java

if you use Sun's jvm you can use sun.misc.BASE64Encoder/Decoder but it's not Open Source …