Method | Description | |
---|---|---|
MarkdownTransformFilter ( Stream baseStream ) : System |
Constructor of the MarkdownTransformFilter
|
|
Write ( byte buffer, int offset, int count ) : void |
Pulls the http stream through the Markdown filter.
|
public MarkdownTransformFilter ( Stream baseStream ) : System | ||
baseStream | Stream | output stream |
return | System |
public Write ( byte buffer, int offset, int count ) : void | ||
buffer | byte | The content stream |
offset | int | Start of the stream |
count | int | Lenght of the stream |
return | void |