public class UrlJar extends AbstractInputStreamJar
Jar
that is optimised for
non-file based JAR URLs (e.g. JNDI based URLs of the form jar:jndi:...).Modifier and Type | Method and Description |
---|---|
void |
close()
Close any resources associated with this JAR.
|
protected NonClosingJarInputStream |
createJarInputStream() |
closeStream, entryExists, getEntryInputStream, getEntryName, getInputStream, getJarFileURL, getLastModified, getManifest, getURL, nextEntry, reset
public UrlJar(URL jarFileURL)
public void close()
Jar
protected NonClosingJarInputStream createJarInputStream() throws IOException
createJarInputStream
in class AbstractInputStreamJar
IOException
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.