Exemplo n.º 1
0
 public override IEnumerable <string> ReadLines(string path, Encoding encoding)
 {
     return(AfsFile.ReadLines(path, encoding));
 }
Exemplo n.º 2
0
 public override IEnumerable <string> ReadLines(string path)
 {
     return(AfsFile.ReadLines(path));
 }