-
Enhancement
-
Resolution: Unresolved
-
P4
-
25
-
In Review
-
generic
-
generic
The new method java.io.Reader.readAllLines currently reads all remaining characters into a String, converts the String to a Stream<String>, and then to a List<String>. A more efficient implementation should be provided.
- relates to
-
JDK-8354724 Methods in java.io.Reader to read all characters and all lines
-
- Resolved
-
- links to
-
Review(master) openjdk/jdk/25863