public class ObtainResourceInputStream extends java.lang.Object implements ObtainInputStream
| Constructor and Description |
|---|
ObtainResourceInputStream(java.lang.String theResourceName,
java.lang.Class theResources)
Construct the source for the specified resource name.
|
| Modifier and Type | Method and Description |
|---|---|
java.io.InputStream |
obtain() |
public ObtainResourceInputStream(java.lang.String theResourceName,
java.lang.Class theResources)
theResourceName - The resource name to read from.theResources - Where to pull the resources from.public java.io.InputStream obtain()
obtain in interface ObtainInputStream