public class ObtainFallbackStream extends java.lang.Object implements ObtainInputStream
| Constructor and Description |
|---|
ObtainFallbackStream(java.lang.String thePath,
java.lang.String theDatasetName,
java.lang.Class theResources)
Construct the source.
|
| Modifier and Type | Method and Description |
|---|---|
java.io.InputStream |
obtain() |
public ObtainFallbackStream(java.lang.String thePath,
java.lang.String theDatasetName,
java.lang.Class theResources)
thePath - The path.theDatasetName - The name of the dataset.theResources - Where to pull the resources from.public java.io.InputStream obtain()
obtain in interface ObtainInputStream