Class AbstractInputStreamJar

java.lang.Object
org.apache.tomcat.util.scan.AbstractInputStreamJar
All Implemented Interfaces:
AutoCloseable, Jar
Direct Known Subclasses:
JarFileUrlNestedJar, UrlJar

public abstract class AbstractInputStreamJar extends Object implements Jar
Base implementation of Jar for implementations that use a JarInputStream to access the JAR file.