Class MarkableFileInputStreamFactory
A factory that creates NOpenNLP.Tools.Util.MarkableFileInputStream from a FileInfo.
public class MarkableFileInputStreamFactory : IInputStreamFactory
- Inheritance
-
MarkableFileInputStreamFactory
- Implements
- Inherited Members
Constructors
MarkableFileInputStreamFactory(FileInfo)
public MarkableFileInputStreamFactory(FileInfo file)
Parameters
fileFileInfo
Exceptions
- FileNotFoundException
if the file does not exist
Methods
CreateInputStream()
public Stream CreateInputStream()
Returns
Exceptions
- IOException
if the stream cannot be created