Improve performance of java.io.Reader.readAllLines

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • 26
    • Affects Version/s: 25
    • Component/s: core-libs
    • b06
    • 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.

            Assignee:
            Brian Burkhalter
            Reporter:
            Brian Burkhalter
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: