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 ?
You could use the "java.util.zip" package.
See this article by Sun (now Oracle).