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

ClassLoader: add resource methods returning java.util.stream.Stream

XMLWordPrintable

      Add alternative methods to the following ones returning the old Enumeration:

      public Enumeration<URL> getResources(String name)
      public Enumeration<URL> getSystemResources(String name)

      like

      public Stream<URL> getResourcesAsStream(String name)
      public Stream<URL> getSystemResourcesAsStream(String name)

            reinhapa Patrick Reinhart
            reinhapa Patrick Reinhart
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              Resolved: