Package opennlp.tools.util
Interface InputStreamFactory
- 
- All Known Implementing Classes:
 MarkableFileInputStreamFactory
public interface InputStreamFactoryAllows repeated reads through a stream for certain types of model building. UseMockInputStreamFactoryMockInputStreamFactory for default behavior. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.io.InputStreamcreateInputStream() 
 -