Class 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.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.util.zip.ZipEntry createZipEntry​(java.lang.String name)  
      • 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.io.InputStream

        nullInputStream, readAllBytes, readNBytes, readNBytes, transferTo
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait