| Overload | Description | 
|---|---|
| CreateStreamWriter(IWritableFileInfo) | Creates a System.IO.StreamWriter that writes a new text file. | 
| CreateStreamWriter(IWritableFileInfo,Boolean) | Creates a System.IO.StreamWriter that writes a new text file, or appends text to the file. | 
| CreateStreamWriter(IWritableFileInfo,Boolean,Encoding) | Creates a System.IO.StreamWriter that writes a new text file, or appends text to the file, using the specified encoding. | 
| CreateStreamWriter(IWritableFileInfo,Encoding) | Creates a System.IO.StreamWriter that writes a new text file, using the specified encoding. | 
| CreateStreamWriter(IWritableFileInfo,FileMode) | Creates a System.IO.StreamWriter that writes into a text file, specifying the file mode. | 
| CreateStreamWriter(IWritableFileInfo,FileMode,Encoding) | Creates a System.IO.StreamWriter that writes into a text file, specifying the file mode and the encoding to use. |