Package org.eclipse.sisu.space
Class Streams
- java.lang.Object
-
- org.eclipse.sisu.space.Streams
-
public final class Streams extends java.lang.ObjectUtility methods for dealing with streams.
-
-
Field Summary
Fields Modifier and Type Field Description private static booleanON_WINDOWS
-
Constructor Summary
Constructors Modifier Constructor Description privateStreams()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.io.InputStreamopen(java.net.URL url)Opens an input stream to the given URL; disables JAR caching on Windows.
-