Reading / Unzipping a ZIP file

Hey people

I'm trying to write something that will read through a zip file...or perhaps extract its contents first. The problem is that the zip file itself contains many other zip files and extracting them all manually will be way too tedious.

I'm not that familiar with Zip files beyond that of simple zipping and unzipping via the mouse. Is there a way to call an unzip command (in even the shell if nessecary) to unzip nested zip files in a single call?

[478 byte] By [Curtis_Pastorea] at [2007-11-26 16:00:40]
# 1
Take a look at this sexy tutorial http://java.sun.com/developer/technicalArticles/Programming/compression/
cotton.ma at 2007-7-8 22:22:08 > top of Java-index,Java Essentials,Java Programming...
# 2
Rad I'll have a look
Curtis_Pastorea at 2007-7-8 22:22:08 > top of Java-index,Java Essentials,Java Programming...