-
Sub-task
-
Resolution: Delivered
-
P4
-
25
-
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.