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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
URLInputStream
public URLInputStream(String fileLocation)
throws Exception
getURL
public URL getURL()
getInputStream
public InputStream getInputStream()
main
public static void main(String[] args)
throws Exception
Exception