Package opennlp.tools.util
Schnittstelle InputStreamFactory
- Alle bekannten Implementierungsklassen:
MarkableFileInputStreamFactory
public interface InputStreamFactory
Allows repeated reads through a stream for certain model building types.
-
Methodenübersicht
-
Methodendetails
-
createInputStream
- Gibt zurück:
- A valid, open
InputStream
instance. - Löst aus:
IOException
- Thrown if IO errors occurred.
-