On Thu, 29 Nov 2001, Peter Davis <[EMAIL PROTECTED]> wrote:
> On Thursday 29 November 2001 09:46 am, Richard Emberson wrote:
>> if sun.misc.BASE64Encoder is not in the classpath, then
>> this code fails during class loading, not during execution.
>
> I wrote my own Base64 encoder/decoder Input/OutputStreams for a
> personal project a while back.
Haven't we all done so 8-). This certainly is a feature lacking from
Sun's APIs (which are far too bloated on the other side, of course).
> Let met know if you are interested in using these as a replacement
> to Sun's Base64 encoder.
Many thanks for the offer, Peter.
It would be at least the third implementation of it under the Apache
umbrella - I think, there is one in Tomcat and the Httpclient package
in Jakarta-Commons certainly has one. Instead of putting in yet
another one, we should rather use one, that is already there (and
improve it as necessary) IMHO.
Cheers
Stefan
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>