Write Stream<String> to a file?

Zhong Yu zhong.j.yu at gmail.com
Tue Nov 19 15:19:34 PST 2013


We have convenience methods to read lines from a file:
    Stream<String> Files.lines()

What's Java's idiomatic way to write a Stream<String> to a file?

Zhong Yu


More information about the lambda-dev mailing list