예제 #1
0
 /// <exception cref="Org.Apache.Hadoop.Security.AccessControlException"/>
 /// <exception cref="System.IO.FileNotFoundException"/>
 /// <exception cref="Org.Apache.Hadoop.FS.UnresolvedLinkException"/>
 /// <exception cref="System.IO.IOException"/>
 public override void Access(Path path, FsAction mode)
 {
     CheckPath(path);
     myFs.Access(path, mode);
 }
예제 #2
0
 /// <exception cref="Org.Apache.Hadoop.Security.AccessControlException"/>
 /// <exception cref="System.IO.FileNotFoundException"/>
 /// <exception cref="Org.Apache.Hadoop.FS.UnresolvedLinkException"/>
 /// <exception cref="System.IO.IOException"/>
 public override void Access(Path path, FsAction mode)
 {
     myFs.Access(FullPath(path), mode);
 }