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, wait
forEachRemaining
public JarStreamBrowser(File file, ArchiveBrowser.Filter filter) throws IOException
IOException
public JarStreamBrowser(InputStream is, ArchiveBrowser.Filter filter) throws IOException
IOException
Copyright © 2018 JBoss by Red Hat. All rights reserved.