Class SystemInputStreamFactory
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
Methods
CreateInputStream()
public Stream CreateInputStream()
Returns
Exceptions
- IOException
if the stream cannot be created