Looks like there are bits built into Java itself:  sun.misc.UUEncoder

It would be nice if a clean wrapper for it was part of Jakarta Commons Codec though.

        Erik


On Nov 2, 2004, at 7:59 PM, Thomas Hicks wrote:

There's got to be something like this already out there.....

I need to uuencode (not Base64) a data file (or stream or byte array).
Someone out there HAS to have written a public-domain Java
class/method to do this already but all I can find are commercial ones.
Is this buried somewhere in the Java APIs or somewhere in all the
mail/internet code of some Jakarta project?

Any help appreciated.
        -tom



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


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



Reply via email to