Esempio n. 1
0
 public static TextReader OpenText(this IFileInput self, string path) => new StreamReader(self.OpenRead(path));
Esempio n. 2
0
 public Stream OpenRead(string path) => result.OpenRead(path);