-
Type:
Sub-task
-
Resolution: Delivered
-
Priority:
P4
-
Affects Version/s: 25
-
Component/s: core-libs
-
generic
-
generic
New methods have been added to the `java.io.Reader` class to read all remaining characters. The new method `Reader.readAllAsString()` reads all remaining characters into a `String`. The new method `Reader.readAllLines()` reads all remaining characters as lines of text represented as a `List<String>`. These methods are intended for simple cases where it is appropriate to read all remaining content.