public final class

Streams

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

Class Overview

Utility methods for dealing with streams.

Summary

Public Methods
static InputStream open(URL url)
Opens an input stream to the given URL; disables JAR caching on Windows.
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public static InputStream open (URL url)

Opens an input stream to the given URL; disables JAR caching on Windows.

Throws
IOException