org.sonatype.guice.bean.reflect
Class Streams

java.lang.Object
  extended by 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
 

Method Detail

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-2012 Sonatype, Inc.. All Rights Reserved.