org.sonatype.guice.bean.reflect
Class Streams
java.lang.Object
org.sonatype.guice.bean.reflect.Streams
public final class Streams
- extends Object
Utility methods for dealing with streams.
Method Summary |
static InputStream |
open(URL url)
Opens an input stream to the given URL; disables JAR caching on Windows. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
open
public static InputStream open(URL url)
throws IOException
- Opens an input stream to the given URL; disables JAR caching on Windows.
- Throws:
IOException
Copyright © 2010-2011 Sonatype, Inc.. All Rights Reserved.