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 or when the 'sisu.url.caches' system property is set tofalse
.
-
Field Details
-
USE_CACHES
private static final boolean USE_CACHES
-
-
Constructor Details
-
Streams
private Streams()
-
-
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
-