net.csdn.common.scan.component
Class JarIterator

java.lang.Object
  extended by net.csdn.common.scan.component.JarIterator
All Implemented Interfaces:
StreamIterator

public class JarIterator
extends Object
implements StreamIterator


Constructor Summary
JarIterator(File file, Filter filter)
           
JarIterator(InputStream is, Filter filter)
           
 
Method Summary
 void close()
           
 InputStream next()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JarIterator

public JarIterator(File file,
                   Filter filter)
            throws IOException
Throws:
IOException

JarIterator

public JarIterator(InputStream is,
                   Filter filter)
            throws IOException
Throws:
IOException
Method Detail

next

public InputStream next()
Specified by:
next in interface StreamIterator

close

public void close()
Specified by:
close in interface StreamIterator


Copyright © 2014. All Rights Reserved.