The methods `Files.readAllLines` and `Files.readString` are very convenient when reading files. Similar methods would make using `Reader` and subclasses easier to use, directly converting the stream of characters into a List<String> or a single String.
- duplicates
-
JDK-8309726 Reader::readString
-
- Closed
-
- relates to
-
JDK-8019526 (fs) Files.lines, etc without Charset parameter
-
- Resolved
-
- links to
-
Review(master) openjdk/jdk/24728