public class JarIterator extends Object implements StreamIterator
Constructor and Description |
---|
JarIterator(File file,
Filter filter) |
JarIterator(InputStream is,
Filter filter) |
Modifier and Type | Method and Description |
---|---|
void |
close()
Cleanup any open resources of the iterator
|
InputStream |
next()
User is resposible for closing the InputStream returned
|
public JarIterator(File file, Filter filter) throws IOException
IOException
public JarIterator(InputStream is, Filter filter) throws IOException
IOException
public InputStream next()
StreamIterator
next
in interface StreamIterator
public void close()
StreamIterator
close
in interface StreamIterator
Copyright © 2015. All Rights Reserved.