Package java.util.jar

Class JarInputStream

All Implemented Interfaces:
Closeable, AutoCloseable

public class JarInputStream
extends ZipInputStream
The input stream from which the JAR file to be read may be fetched. It is used like the ZipInputStream.
See Also:
ZipInputStream