> -----Original Message----- > From: Tim O'Brien [mailto:[EMAIL PROTECTED] > Sent: Monday, January 12, 2004 11:06 > To: Jakarta Commons Developers List > Subject: Re: [codec] multipart encoders/decoders > [snip] > 1. Commons exists as an effort to encourage code reuse. The Streamable > framework presented was interesting, but I'd like us to find an existing > streamable Base64 implementation inside of the ASF codebase.
Not for Base64 but Ant has: o MD5 and SHA checksum computation: http://ant.apache.org/manual/CoreTasks/checksum.html o CR-LF translations: http://ant.apache.org/manual/CoreTasks/fixcrlf.html and others codec-like ops maybe. Gary
