Interface IInputStreamFactory

Namespace
NOpenNLP.Tools.Util
Assembly
NOpenNLP.Tools.dll

Allows repeated reads through a stream for certain types of model building. Use MockInputStreamFactory for default behavior.

public interface IInputStreamFactory

Methods

CreateInputStream()

Stream CreateInputStream()

Returns

Stream

Exceptions

IOException

if the stream cannot be created