public class JarIterator extends Object implements StreamIterator
| Constructor and Description |
|---|
JarIterator(File file,
Filter filter) |
JarIterator(InputStream is,
Filter filter) |
public JarIterator(File file, Filter filter) throws IOException
IOExceptionpublic JarIterator(InputStream is, Filter filter) throws IOException
IOExceptionpublic InputStream next()
next in interface StreamIteratorpublic void close()
close in interface StreamIteratorCopyright © 2022. All rights reserved.