org.objectweb.jac.util
Class URLInputStream

java.lang.Object
  |
  +--org.objectweb.jac.util.URLInputStream

public class URLInputStream
extends Object

Here is an object for InputStream creation It lets you access the URL that corresponds to the created InputStream


Constructor Summary
URLInputStream(String fileLocation)
           
 
Method Summary
 InputStream getInputStream()
           
 URL getURL()
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URLInputStream

public URLInputStream(String fileLocation)
               throws Exception
Method Detail

getURL

public URL getURL()

getInputStream

public InputStream getInputStream()

main

public static void main(String[] args)
                 throws Exception
Exception