Search code examples
javazip

How to extract read a zipped file?


How can I extract a data from a zipped file uising JAVA libraries ? Is there a library that does unzipping and the I get the file and manipulate it ?


Solution

  • You could use the "java.util.zip" package.

    See this article by Sun (now Oracle).