Quantcast
Channel: BlogoSfera » looks
Viewing all articles
Browse latest Browse all 14

Files.newDirectoryStream vs. Files.list

$
0
0

I am aware that Files.list(Path) uses Files.newDirectoryStream(Path) internally and basically just wraps the DirectoryStream. However I don’t understand, when I want to use the first or the latter one. Is this just a convenience method, if I want to use the streaming API? I could have done this fairly easy myself, see this question. If […]

The post Files.newDirectoryStream vs. Files.list appeared first on BlogoSfera.


Viewing all articles
Browse latest Browse all 14

Trending Articles