public class ResourceInputStream
extends java.lang.Object
| Constructor and Description |
|---|
ResourceInputStream() |
| Modifier and Type | Method and Description |
|---|---|
static java.io.InputStream |
openResourceInputStream(java.lang.String resource)
Construct a location to read from the specified resource.
|
static java.lang.String |
readResourceAsString(java.lang.String resource) |
public static java.io.InputStream openResourceInputStream(java.lang.String resource)
resource - The resource to read from.public static java.lang.String readResourceAsString(java.lang.String resource)