Package opennlp.tools.util
Interface InputStreamFactory
-
- All Known Implementing Classes:
MarkableFileInputStreamFactory
public interface InputStreamFactoryAllows repeated reads through a stream for certain model building types.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InputStreamcreateInputStream()
-
-
-
Method Detail
-
createInputStream
InputStream createInputStream() throws IOException
- Returns:
- A valid, open
InputStreaminstance. - Throws:
IOException- Thrown if IO errors occurred.
-
-