Class URLStreams


  • public class URLStreams
    extends Object
    • Method Detail

      • openUncachedStream

        public static InputStream openUncachedStream​(URL url)
                                              throws IOException
        Opens an InputStream reading from the given URL without caching the stream. This prevents file descriptor leaks when reading from file system URLs.
        Parameters:
        url - the URL to connect to
        Returns:
        an input stream reading from the URL connection
        Throws:
        IOException