Jar
instead.
This class will be removed from Tomcat 8.5.x onwards.@Deprecated public interface Jar extends Jar
JarFile
and
JarInputStream
) have significantly different performance
characteristics depending on the form of the URL used to access the JAR.
For file based JAR URL
s, JarFile
is faster but for non-file
based URL
s, JarFile
creates a copy of the JAR in the
temporary directory so JarInputStream
is faster.close, entryExists, getEntryInputStream, getEntryName, getInputStream, getJarFileURL, getLastModified, getManifest, getURL, nextEntry, reset
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.