Overload | Description |
---|---|
CreateStreamReader(IFileInfo) | Creates a System.IO.StreamReader with UTF8 encoding that reads from an existing text file. |
CreateStreamReader(IFileInfo,Encoding) | Creates a System.IO.StreamReader with specified encoding that reads from an existing text file. |