- resName
- the name of the resource to find.
Documentation for this section has not yet been entered.
Type Reason Java.IO.IOException if an I/O error occurs.
Returns an enumeration of URLs for the resource with the specified name. This implementation first uses this class loader's parent to find the resource, then it calls ClassLoader.FindResources(string) to get additional URLs. The returned enumeration contains the URL objects of both find operations.