RFR JDK-8003258: BufferedReader.lines()

Henry Jen henry.jen at oracle.com
Fri Apr 26 21:59:44 UTC 2013


Hi,

Please review webrev at

http://cr.openjdk.java.net/~henryjen/ccc/8003258.1/webrev/

It adds a method to BufferedReader.

public Stream<String> lines() {}

A class java.io.UncheckedIOException is also added as a general approach
for wrapping up an IOException to be unchecked.

Cheers,
Henry



More information about the core-libs-dev mailing list