public class ObtainFileInputStream extends java.lang.Object implements ObtainInputStream
| Constructor and Description |
|---|
ObtainFileInputStream(java.io.File theFile)
Construct the source.
|
| Modifier and Type | Method and Description |
|---|---|
java.io.InputStream |
obtain() |
public ObtainFileInputStream(java.io.File theFile)
theFile - The file source for the input stream.public java.io.InputStream obtain()
obtain in interface ObtainInputStream