>I found the batik encoder was broken back in march; round tripping was
>adding extra characters so source!=output. It may have been fixed; I did
>file a bugzilla report.
>
>The sun.misc.BASE64Decoder() is used regularly, though it is not documented
>to the same level as say the sun jpeg codec, and isnt guaranteed to be
>around on lightweight jvms.
>
>I've been using some w3c classes which they provide in source form; stable
>and simple.
>
>-Steve

Java v1.4.0 has a Base64 codec in its new preferences package:
java.util.prefs.Base64.
(Only in sources, not in JavaDoc though.)

Jens Thieler

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to