Package org.eclipse.sisu.space
Class Streams
java.lang.Object
org.eclipse.sisu.space.Streams
Utility methods for dealing with streams.
-
Method Summary
Modifier and TypeMethodDescriptionstatic InputStream
Opens an input stream to the given URL; disables JAR caching on Windows or when the 'sisu.url.caches' system property is set tofalse
.
-
Method Details
-
open
Opens an input stream to the given URL; disables JAR caching on Windows or when the 'sisu.url.caches' system property is set tofalse
.- Throws:
IOException
-