public final class ResourceLoader
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static java.io.InputStream |
createInputStream(java.lang.String resource)
Create an input stream to read from the resource.
|
static java.lang.String |
loadString(java.lang.String resource)
Load the resource as a string.
|
public static java.io.InputStream createInputStream(java.lang.String resource)
resource - The resource to load.public static java.lang.String loadString(java.lang.String resource)
resource - The resource to load.