Apologies, that was not intended for the entire list. But since it went
there, may as well elaborate.

The ChunkedInputStream used a call-back system to provide a data written
to the stream back in consistently-sized chunks (except for the last
data written, which would be sized appropriately). This was useful in
MD5 for obvious reasons in the streaming implementation. I factored it
into its own class because I figured it could also be used in the SHA1
implementation that was in the works, and perhaps other registers-based
hashes or checksumming codecs.

Ryan, the original ChunkedInputStream should be a part of the package I
put together for the MD5 package, as you correctly recalled. I had
posted a note at one point offering the idea up to the IO folks, but I
never got a response on that.


- siege

On Mon, 2003-11-10 at 19:12, Christopher (siege) O'Brien wrote:
> I don't have CVS access! But you do, and you should have a copy of the
> code...
> 
> - siege
> 
> On Mon, 2003-11-10 at 15:27, Ryan Hoegg wrote:
> > IIRC, Chris O'Brien had a ChunkedInputStream for the MD5 digest code he 
> > put together.  If it's not in CVS, Chris, put it there!
> > 
> > --
> > Ryan Hoegg
> > ISIS Networks
> > http://www.isisnetworks.net
> > 
> > 
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
-- 
Christopher (siege) O'Brien <[EMAIL PROTECTED]>


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

Reply via email to