RFR: 8354724: BufferedReader readAllLines and readString methods [v5]
Alan Bateman
alanb at openjdk.org
Fri Apr 18 19:04:46 UTC 2025
On Fri, 18 Apr 2025 17:35:00 GMT, Stuart Marks <smarks at openjdk.org> wrote:
> Line-oriented methods on Reader instead of BufferedReader.
I don't think a readLine would make sense for Reader but I think we can explore a method that reads all remaining characters (to EOS) as a sequence of lines. So a very different implementation to what is in BR now.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/24728#issuecomment-2816033745
More information about the core-libs-dev
mailing list