RFR: 8354724: BufferedReader readAllLines and readString methods [v4]
Brian Burkhalter
bpb at openjdk.org
Thu Apr 17 22:58:40 UTC 2025
On Thu, 17 Apr 2025 22:43:59 GMT, Roger Riggs <rriggs at openjdk.org> wrote:
> I'm fine with moving `readString` to `Reader`.
Given that [Reader.read(char[])](https://docs.oracle.com/en/java/javase/24/docs/api/java.base/java/io/Reader.html#read(char[])) exists, this should be a trivial change, implementation-wise.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/24728#issuecomment-2814167072
More information about the core-libs-dev
mailing list