detinho commented on issue #67: IO-170: Scalable Iterator for files, better 
than FileUtils.iterateFiles
URL: https://github.com/apache/commons-io/pull/67#issuecomment-539277391
 
 
   @garydgregory in that case it would be Files.walkTree, as Files.walk was 
introduced on Java 1.8.
   Regarding Files.walkTree, it would be possible to use it instead 
FileUtils.iterateFiles, but not with an Iterator pattern.
   I think it would be nice to update the documentation too, so users can be 
aware of Files.walk in case they are using Java 1.8 already and use the Stream 
pattern, what do you think?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to