public class Resources extends Object
| Constructor and Description | 
|---|
| Resources() | 
| Modifier and Type | Method and Description | 
|---|---|
| static InputStream | getInputStream(String name)Opens the given named resource from the given class. | 
public static InputStream getInputStream(String name)
name - The resource name.