Package opennlp.tools.util
Interface InputStreamFactory
- All Known Implementing Classes:
- MarkableFileInputStreamFactory
public interface InputStreamFactory
Allows repeated reads through a stream for certain model building types.
- 
Method Summary
- 
Method Details- 
createInputStream- Returns:
- A valid, open InputStreaminstance.
- Throws:
- IOException- Thrown if IO errors occurred.
 
 
-