public final class Streams
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static boolean |
USE_CACHES |
Modifier | Constructor and Description |
---|---|
private |
Streams() |
Modifier and Type | Method and Description |
---|---|
static java.io.InputStream |
open(java.net.URL url)
Opens an input stream to the given URL; disables JAR caching on Windows
or when the 'sisu.url.caches' system property is set to
false . |