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