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
IOExceptionpublic JarIterator(InputStream is, Filter filter) throws IOException
IOExceptionpublic InputStream next()
StreamIteratornext in interface StreamIteratorpublic void close()
StreamIteratorclose in interface StreamIteratorCopyright © 2015. All Rights Reserved.