Package org.scannotation.archiveiterator
Interface StreamIterator
-
- All Known Implementing Classes:
FileIterator,JarIterator
public interface StreamIteratorSimpler iterator than java.util.iterator. Things like JarInputStream does not allow you to implement hasNext()- Version:
- $Revision: 1 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()Cleanup any open resources of the iteratorjava.io.InputStreamnext()User is resposible for closing the InputStream returned
-