Package net.sf.saxon.resource
Class JarCollection.JarIterator
- java.lang.Object
-
- net.sf.saxon.resource.JarCollection.JarIterator
-
- All Implemented Interfaces:
Closeable
,AutoCloseable
,Iterator<Resource>
- Enclosing class:
- JarCollection
public class JarCollection.JarIterator extends Object implements Iterator<Resource>, Closeable
-
-
Constructor Summary
Constructors Constructor Description JarIterator(XPathContext context, ZipInputStream zipInputStream, FilenameFilter filter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
boolean
hasNext()
Resource
next()
void
remove()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-
-
-
Constructor Detail
-
JarIterator
public JarIterator(XPathContext context, ZipInputStream zipInputStream, FilenameFilter filter)
-
-
Method Detail
-
close
public void close() throws IOException
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Throws:
IOException
-
-