public class JarStreamBrowser extends Object implements Iterator
| Constructor and Description |
|---|
JarStreamBrowser(File file,
ArchiveBrowser.Filter filter) |
JarStreamBrowser(InputStream is,
ArchiveBrowser.Filter filter) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
Object |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic JarStreamBrowser(File file, ArchiveBrowser.Filter filter) throws IOException
IOExceptionpublic JarStreamBrowser(InputStream is, ArchiveBrowser.Filter filter) throws IOException
IOExceptionCopyright © 2024 JBoss by Red Hat. All rights reserved.