Hi there,

>I've recently been working with zip files and saw that commons IO did not
support them.
>
>May I suggest that a ZipUtils class is added to commons IO, perhaps with my
meagre contribution
>which has one simple function: expand a zip file from an input stream to a
directory. (and a support
>function which could go into IOUtils)

you may be interested in the sandbox project compress:
http://svn.apache.org/viewvc/commons/sandbox/compress/branches/redesign/
http://svn.apache.org/viewvc/commons/sandbox/compress/trunk/

where a zip api is implemented. These classes were in IO before, but
community
decided to split off that code, if I remember right.
Cheers

Reply via email to