Printable View
How to extract files using java code
Check out the API docs for ZipFile and/or ZipInputStream. Which, of course, also leads to checking out ZipEntry.