org.jboss.util.file
Class JarStreamBrowser
java.lang.Object
org.jboss.util.file.JarStreamBrowser
- All Implemented Interfaces:
- Iterator
public class JarStreamBrowser
- extends Object
- implements Iterator
Comment
- Version:
- $Revision: 1958 $
- Author:
- Bill Burke
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JarStreamBrowser
public JarStreamBrowser(File file,
ArchiveBrowser.Filter filter)
throws IOException
- Throws:
IOException
JarStreamBrowser
public JarStreamBrowser(InputStream is,
ArchiveBrowser.Filter filter)
throws IOException
- Throws:
IOException
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface Iterator
next
public Object next()
- Specified by:
next
in interface Iterator
remove
public void remove()
- Specified by:
remove
in interface Iterator
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.