Package org.eclipse.sisu.space
Class Streams
- java.lang.Object
-
- org.eclipse.sisu.space.Streams
-
public final class Streams extends Object
Utility methods for dealing with streams.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static InputStream
open(URL url)
Opens an input stream to the given URL; disables JAR caching on Windows.
-
-
-
Method Detail
-
open
public static InputStream open(URL url) throws IOException
Opens an input stream to the given URL; disables JAR caching on Windows.- Throws:
IOException
-
-