InputStream Constructor (String, Int32)
|
Creates instance of the class.
Namespace:
Syntactik.IO
Assembly:
Syntactik (in Syntactik.dll) Version: 0.3.0-beta1
Syntaxpublic InputStream(
string input,
int length
)
Parameters
- input
- Type: SystemString
String providing characters for the stream. - length
- Type: SystemInt32
Number of characters that should be taken from the input string.
See Also