java.lang.AutoCloseable, Jarpublic class JarFileUrlNestedJar extends AbstractInputStreamJar
Jar that is optimised for file
based JAR URLs that refer to a JAR file nested inside a WAR
(e.g URLs of the form jar:file: ... .war!/ ... .jar).| Constructor | Description |
|---|---|
JarFileUrlNestedJar(java.net.URL url) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
close() |
Close any resources associated with this JAR.
|
protected NonClosingJarInputStream |
createJarInputStream() |
closeStream, getEntryInputStream, getEntryName, getInputStream, getJarFileURL, getLastModified, getManifest, getURL, nextEntry, resetpublic JarFileUrlNestedJar(java.net.URL url)
throws java.io.IOException
java.io.IOExceptionpublic void close()
Jarprotected NonClosingJarInputStream createJarInputStream() throws java.io.IOException
createJarInputStream in class AbstractInputStreamJarjava.io.IOExceptionCopyright © 2000-2018 Apache Software Foundation. All Rights Reserved.