public static InputStreamgetSystemResourceAsStream (String name)
Open for reading, a resource of the specified name from the search path
used to load classes. This method locates the resource through the
system class loader (see getSystemClassLoader()).
Parameters:
name
The resource name
Returns: An input stream for reading the resource, or null
if the resource could not be found