public class JarContainerArchive extends AbstractArchive implements ContainerArchive
Archive.Entry, Archive.EntryFilter| 构造器和说明 |
|---|
JarContainerArchive(Archive archive) |
| 限定符和类型 | 方法和说明 |
|---|---|
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 在接口中 ContainerArchiveIOExceptionpublic URL getUrl() throws MalformedURLException
getUrl 在接口中 ArchiveMalformedURLExceptionpublic Manifest getManifest() throws IOException
getManifest 在接口中 ArchiveIOExceptionpublic Archive getNestedArchive(Archive.Entry entry) throws IOException
getNestedArchive 在接口中 ArchiveIOExceptionpublic InputStream getInputStream(ZipEntry zipEntry) throws IOException
getInputStream 在接口中 ArchiveIOExceptionpublic Iterator<Archive.Entry> iterator()
iterator 在接口中 Iterable<Archive.Entry>Copyright © 2019. All rights reserved.