Package com.mchange.v2.io
Interface FileIterator
- All Superinterfaces:
ClosableResource
,UIterator
-
Field Summary
-
Method Summary
-
Field Details
-
EMPTY_FILE_ITERATOR
-
-
Method Details
-
nextFile
- Throws:
IOException
-
hasNext
- Specified by:
hasNext
in interfaceUIterator
- Throws:
IOException
-
next
- Specified by:
next
in interfaceUIterator
- Throws:
IOException
-
remove
- Specified by:
remove
in interfaceUIterator
- Throws:
IOException
-
close
Description copied from interface:ClosableResource
forces the release of any resources that might be associated with this object.- Specified by:
close
in interfaceClosableResource
- Specified by:
close
in interfaceUIterator
- Throws:
IOException
-