RFR JDK-8003258: BufferedReader.lines() (original) (raw)

Henry Jen henry.jen at oracle.com
Fri Apr 26 14:59:44 PDT 2013


Hi,

Please review webrev at

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

It adds a method to BufferedReader.

public Stream 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 lambda-dev mailing list