com.sygem.jazz3d3
Class URLConnectionResourceLoader

java.lang.Object
  extended bycom.sygem.jazz3d3.GenericResourceLoader
      extended bycom.sygem.jazz3d3.URLConnectionResourceLoader
All Implemented Interfaces:
ResourceLoader

public class URLConnectionResourceLoader
extends GenericResourceLoader

Resource Loader for files. Opens an URL Connection for the file.

Version:
3.0a

Method Summary
 java.lang.Object loadResource(java.net.URL url)
          Loads a file resource from a URL
 
Methods inherited from class com.sygem.jazz3d3.GenericResourceLoader
loadResource
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

loadResource

public java.lang.Object loadResource(java.net.URL url)
                              throws java.io.IOException
Loads a file resource from a URL

Parameters:
url - The URL to load the file from
Returns:
The URLConnection, downcast to an Object
Throws:
java.io.IOException


Copyright © 1999-2006 SyGem Software. All Rights Reserved.