Reading ZIP, GZIP and JAR files with Java inbuilt classes summary
-
page1:
Reading a zip file using ZipInputStream
Java provides support for reading zip files in the form
-
page2:
Dealing with files in the gzip format.
Another common compression file format on Linux is the
-
page3:
Processing jar files
It is also possible to easily process JAR files, should the need arise.