ClassLoader.getSystemResourceAsStream
Class Overview | Class Members | 
  This Package | 
All Packages
 public static final InputStream getSystemResourceAsStream( String name )
Parameters
-  name 
-  the name of the resource, to be used as is.
    
Returns
     an InputStream on the resource, or null if not found.
  Description
 Get an InputStream on a given resource..  Will return null if no
 resource with this name is found. 
 The resource name may be any system resource (e.g. follows CLASSPATH
 order).