View Single Post
  #2 (permalink)  
Old 11-12-2007, 08:32 PM
JavaBean's Avatar
JavaBean JavaBean is offline
Moderator
 
Join Date: May 2007
Posts: 1,272
JavaBean is on a distinguished road
All you need is java.util.zip package. Read following resources. You will need to list contents of a zip file and extract only the files you need..

java.util.zip (Java 2 Platform SE v1.4.2)
java.util.zip Examples from The Java Developers Almanac 1.4
Reply With Quote