Directory Iterator « File Input Output « Java






1.Breadth first iterator which iterates through all files which are decendents of the specified root file.
2.Breadth first iterator which iterates through all paths which are decendants of the specified base path.
3.Depth first iterator which iterates through all files which are decendents of the specified root file.
4.Depth first iterator which iterates through all files which are decendents of the specified root path.