Class Streams


  • public final class Streams
    extends Object
    Utility methods for dealing with streams.
    • Method Detail

      • open

        public static InputStream open​(URL url)
                                throws IOException
        Opens an input stream to the given URL; disables JAR caching on Windows or when the 'sisu.url.caches' system property is set to false.
        Throws:
        IOException