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