Class SystemInputStreamFactory

Namespace
NOpenNLP.Tools.Cmdline
Assembly
nopennlp.dll

An IInputStreamFactory over standard input, which can only be read once.

public class SystemInputStreamFactory : IInputStreamFactory
Inheritance
SystemInputStreamFactory
Implements
Inherited Members

Properties

Encoding

The encoding standard input is read with.

public static Encoding Encoding { get; }

Property Value

Encoding

Methods

CreateInputStream()

public Stream CreateInputStream()

Returns

Stream

Exceptions

IOException

if the stream cannot be created