InputStream Constructor (String)
|
Creates instance of the class.
Namespace:
Syntactik.IO
Assembly:
Syntactik (in Syntactik.dll) Version: 0.3.0-beta1
Syntaxpublic InputStream(
string input
)
Parameters
- input
- Type: SystemString
String providing characters for the stream.
See Also