Re: [IO] Suggestion add ZipUtils class

2008-07-22 Thread Christian Grobmeier
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 suppo

[IO] Suggestion add ZipUtils class

2008-07-22 Thread Peter Henderson
Hi folks. 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