Class Streams

java.lang.Object
org.eclipse.sisu.space.Streams

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

    • 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