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