Returns a custom implementation of IC1StreamWriter.
Namespace: Composite.Core.IO.Plugins.IOProviderAssembly: Composite (in Composite.dll) Version: 3.2.4497.34829
Syntax
| C# |
|---|
IC1StreamWriter CreateStreamWriter( string path, bool append, Encoding encoding, int bufferSize ) |
| Visual Basic |
|---|
Function CreateStreamWriter ( _ path As String, _ append As Boolean, _ encoding As Encoding, _ bufferSize As Integer _ ) As IC1StreamWriter |
| Visual C++ |
|---|
IC1StreamWriter^ CreateStreamWriter( String^ path, bool append, Encoding^ encoding, int bufferSize ) |
Parameters
- path
- Type: System..::..String
Path of file to write to.
- append
- Type: System..::..Boolean
If true, writte data will be appended to the end of the file.
- encoding
- Type: System.Text..::..Encoding
Encoding to use when writing.
- bufferSize
- Type: System..::..Int32
Buffer size to use when writing.