Method ParseSourceCodeFiles
ParseSourceCodeFiles(Stream, Stream)
Parses the source code from the input
and places the
valid lines (the lines that are not commented with a token,
those that are included with a token, and "normal" lines)
into the output
.
Declaration
public void ParseSourceCodeFiles(Stream input, Stream output)
Parameters
Type | Name | Description |
---|---|---|
Stream | input | A stream with the input data. This stream will still be open when the call completes. |
Stream | output | A stream where the output data will be sent. This stream will still be open when the call completes. |