Package opennlp.tools.util
Class MarkableFileInputStreamFactory
- java.lang.Object
-
- opennlp.tools.util.MarkableFileInputStreamFactory
-
- All Implemented Interfaces:
InputStreamFactory
public class MarkableFileInputStreamFactory extends Object implements InputStreamFactory
A factory that createsMarkableFileInputStream
from aFile
-
-
Constructor Summary
Constructors Constructor Description MarkableFileInputStreamFactory(File file)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InputStream
createInputStream()
-
-
-
Constructor Detail
-
MarkableFileInputStreamFactory
public MarkableFileInputStreamFactory(File file) throws FileNotFoundException
- Throws:
FileNotFoundException
-
-
Method Detail
-
createInputStream
public InputStream createInputStream() throws IOException
- Specified by:
createInputStream
in interfaceInputStreamFactory
- Throws:
IOException
-
-