You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Henri Yandell <ba...@generationjava.com> on 2002/10/17 23:53:33 UTC

[io] proceeding...

I've cleared out some file filters form io.*, so now they're all in
io.filefilter.*

Someone mentioned Cocoon's Utils over on the reorg site. So one thing to
do is look there to see if there's any great reusable ideas.

Looking at Cocoon's Utils, I see a BufferedOutputStream which is just a
CountingOutputStream wrapped around a java.io.BufferedOutputStream, so I
see no need to ingest it.
They also have a JavaArchiveFilter [filters on jar or zip]. This should be
replacable with an ExtensionFileFilter.
A PostInputStream which handles some InputStream stuff for POSTs. Might be
of interest?
And an IOUtils, which needs going through.

*************

Things that seem to be needed in IO:

View AbstractFileFilter and look at Ola Berg's version and decide
Cleaning
Unit testing
Javadoc

Bound to have missed tons :) Hopefully this will flesh out over time.

Hen


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>