Skip to content

Instantly share code, notes, and snippets.

@brianduff
Created February 10, 2020 14:47
Show Gist options
  • Save brianduff/409cb447ec522b01281af92d5e7b3515 to your computer and use it in GitHub Desktop.
Save brianduff/409cb447ec522b01281af92d5e7b3515 to your computer and use it in GitHub Desktop.
filenames
.parallelStream()
.forEach(f -> writeFile(tempDirWithPrefix.resolve(f), data));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment