org.encog.persist.source
Class ObtainFileInputStream
- java.lang.Object
-
- org.encog.persist.source.ObtainFileInputStream
-
- All Implemented Interfaces:
- ObtainInputStream
public class ObtainFileInputStream extends java.lang.Object implements ObtainInputStream
Obtain an input stream from a file.
-
-
Constructor Summary
Constructors Constructor and Description ObtainFileInputStream(java.io.File theFile)Construct the source.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.io.InputStreamobtain()
-
-
-
Constructor Detail
-
ObtainFileInputStream
public ObtainFileInputStream(java.io.File theFile)
Construct the source.- Parameters:
theFile- The file source for the input stream.
-
-
Method Detail
-
obtain
public java.io.InputStream obtain()
- Specified by:
obtainin interfaceObtainInputStream- Returns:
- An input stream.
-
-
DMelt 3.0 © DataMelt by jWork.ORG