public final class Streams
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private static boolean |
ON_WINDOWS |
| 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.
|