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