Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8354724

Methods in java.io.Reader to read all characters and all lines

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P4 P4
    • tbd
    • None
    • core-libs
    • None
    • In Review

      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.

            bpb Brian Burkhalter
            rriggs Roger Riggs
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: