コード例 #1
0
ファイル: authsys_parms.cs プロジェクト: zjianliu/NFSClient
 public void xdrDecode(XdrDecodingStream xdr)
 {
     stamp = xdr.xdrDecodeInt();
     machinename = xdr.xdrDecodeString();
     uid = xdr.xdrDecodeInt();
     gid = xdr.xdrDecodeInt();
     gids = xdr.xdrDecodeIntVector();
 }
コード例 #2
0
ファイル: Name.cs プロジェクト: mushuanli/nekodrive
 public void xdrDecode(XdrDecodingStream xdr)
 { this._value = xdr.xdrDecodeString(); }
コード例 #3
0
ファイル: netaddr4.cs プロジェクト: zjianliu/NFSClient
 public void xdrDecode(XdrDecodingStream xdr) {
     na_r_addr = xdr.xdrDecodeString();
 }