| Overload | Description |
|---|---|
| Create(Stream) | Creates a XML writer to write data to the given stream encoding the string data with the UTF8 encoding. |
| Create(Stream,NEncoding) | Creates a XML writer to write data to the given stream encoding the string data with the given encoding. |