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