org.scannotation.archiveiterator
Class FileIterator
java.lang.Object
org.scannotation.archiveiterator.FileIterator
- All Implemented Interfaces:
- StreamIterator
public class FileIterator
- extends Object
- implements StreamIterator
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
Method Summary |
void |
close()
Cleanup any open resources of the iterator |
protected static void |
create(List list,
File dir,
Filter filter)
|
InputStream |
next()
User is resposible for closing the InputStream returned |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileIterator
public FileIterator(File file,
Filter filter)
create
protected static void create(List list,
File dir,
Filter filter)
throws Exception
- Throws:
Exception
next
public InputStream next()
- Description copied from interface:
StreamIterator
- User is resposible for closing the InputStream returned
- Specified by:
next
in interface StreamIterator
- Returns:
- null if no more streams left to iterate on
close
public void close()
- Description copied from interface:
StreamIterator
- Cleanup any open resources of the iterator
- Specified by:
close
in interface StreamIterator
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.