| Overload | Description |
|---|---|
| Highlight(Stream) | Analyzes the given source code stream, highlights its syntax and returns the resulting HTML and CSS code as a stream. |
| Highlight(String) | Analyzes the given source code string, highlights its syntax and returns the resulting HTML and CSS code as a stream. Internally converts the string to char array and calls the Highlight(Char[]) method. |
| Highlight(Char[]) | Analyzes the given source code char array, highlights its syntax and returns the resulting HTML and CSS code as a stream. |