Package org.eclipse.sisu.space
Class Streams
java.lang.Object
org.eclipse.sisu.space.Streams
Utility methods for dealing with streams.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic InputStream
Opens an input stream to the given URL; disables JAR caching on Windows.
-
Field Details
-
ON_WINDOWS
private static final boolean ON_WINDOWS
-
-
Constructor Details
-
Streams
private Streams()
-
-
Method Details
-
open
Opens an input stream to the given URL; disables JAR caching on Windows.- Throws:
IOException
-