Esempio n. 1
0
 public void xdrDecode(XdrDecodingStream xdr)
 {
     { int _size = xdr.xdrDecodeInt(); value = new nfsace4[_size]; for (int _idx = 0; _idx < _size; ++_idx)
       {
           value[_idx] = new nfsace4(xdr);
       }
     }
 }
 public void xdrDecode(XdrDecodingStream xdr)
 {
     recall = xdr.xdrDecodeBoolean();
     permissions = new nfsace4(xdr);
 }
Esempio n. 3
0
 public void xdrDecode(XdrDecodingStream xdr)
 {
     { int _size = xdr.xdrDecodeInt(); value = new nfsace4[_size]; for (int _idx = 0; _idx < _size; ++_idx) { value[_idx] = new nfsace4(xdr); } }
 }
 public void xdrDecode(XdrDecodingStream xdr)
 {
     recall = xdr.xdrDecodeBoolean();
     space_limit = new nfs_space_limit4(xdr);
     permissions = new nfsace4(xdr);
 }
Esempio n. 5
0
 public fattr4_acl(nfsace4[] value)
 {
     this.value = value;
 }