public class JarContainerArchive extends AbstractArchive implements ContainerArchive
Archive.Entry, Archive.EntryFilter| Constructor and Description |
|---|
JarContainerArchive(Archive archive) |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
getInputStream(ZipEntry zipEntry) |
Manifest |
getManifest() |
Archive |
getNestedArchive(Archive.Entry entry) |
URL |
getUrl() |
URL[] |
getUrls() |
Iterator<Archive.Entry> |
iterator() |
getNestedArchives, getUrls, isEntryExistclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNestedArchivesforEach, spliteratorpublic JarContainerArchive(Archive archive)
public URL[] getUrls() throws IOException
getUrls in interface ContainerArchiveIOExceptionpublic URL getUrl() throws MalformedURLException
getUrl in interface ArchiveMalformedURLExceptionpublic Manifest getManifest() throws IOException
getManifest in interface ArchiveIOExceptionpublic Archive getNestedArchive(Archive.Entry entry) throws IOException
getNestedArchive in interface ArchiveIOExceptionpublic InputStream getInputStream(ZipEntry zipEntry) throws IOException
getInputStream in interface ArchiveIOExceptionpublic Iterator<Archive.Entry> iterator()
iterator in interface Iterable<Archive.Entry>Copyright © 2024. All rights reserved.