Returns a custom implementation of IC1StreamReader.
Namespace: Composite.Core.IO.Plugins.IOProviderAssembly: Composite (in Composite.dll) Version: 3.2.4497.34829
Syntax
| C# |
|---|
IC1StreamReader CreateStreamReader( string path, Encoding encoding, bool detectEncodingFromByteOrderMarks, int bufferSize ) |
| Visual Basic |
|---|
Function CreateStreamReader ( _ path As String, _ encoding As Encoding, _ detectEncodingFromByteOrderMarks As Boolean, _ bufferSize As Integer _ ) As IC1StreamReader |
| Visual C++ |
|---|
IC1StreamReader^ CreateStreamReader( String^ path, Encoding^ encoding, bool detectEncodingFromByteOrderMarks, int bufferSize ) |
Parameters
- path
- Type: System..::..String
Path to file to read from.
- encoding
- Type: System.Text..::..Encoding
Encoding to use when reading.
- detectEncodingFromByteOrderMarks
- Type: System..::..Boolean
If true, encoding will be detected from the file stream.
- bufferSize
- Type: System..::..Int32
Buffer size to use when reading.