JavaScript is disabled on your browser.
Apache Tomcat 9.0.62.redhat-00020
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
java.util.zip.InflaterInputStream
java.util.zip.ZipInputStream
java.util.jar.JarInputStream
org.apache.catalina.webresources.TomcatJarInputStream
All Implemented Interfaces:
java.io.Closeable, java.lang.AutoCloseable
public class TomcatJarInputStream
extends java.util.jar.JarInputStream
The purpose of this sub-class is to obtain references to the JarEntry objects
for META-INF/ and META-INF/MANIFEST.MF that are otherwise swallowed by the
JarInputStream implementation.
Field Summary
Fields inherited from class java.util.zip.InflaterInputStream
buf, inf, len
Fields inherited from class java.io.FilterInputStream
in
Method Summary
Methods inherited from class java.util.jar.JarInputStream
getManifest, getNextEntry, getNextJarEntry, read
Methods inherited from class java.util.zip.ZipInputStream
available, close, closeEntry, skip
Methods inherited from class java.util.zip.InflaterInputStream
fill, mark, markSupported, read, reset
Methods inherited from class java.io.FilterInputStream
read
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Apache Tomcat 9.0.62.redhat-00020
Copyright © 2000-2024 Apache Software Foundation. All Rights Reserved.