Last editor: Dave Cherry, last modified: Oct 25, 2009
It is also possible to easily process JAR files, should the need arise. Although JAR files are in essence a zip file, Java has special classes to read JAR files. We will not cover these in great detail, as they are heavily based on the zip classes. However the jar file reader is java.util.jar.JarInputStream.