示例#1
0
 public void xdrDecode(XdrDecodingStream xdr)
 {
     this._file_wcc  = new WritingData(xdr);
     this._count     = xdr.xdrDecodeInt();
     this._committed = (StableHow)xdr.xdrDecodeInt();
     this._verf      = xdr.xdrDecodeOpaque(NFSv3Protocol.NFS3_WRITEVERFSIZE);
 }
示例#2
0
 public void xdrDecode(XdrDecodingStream xdr)
 {
     this._file_wcc = new WritingData(xdr);
     this._count = xdr.xdrDecodeInt();
     this._committed = (StableHow)xdr.xdrDecodeInt();
     this._verf = xdr.xdrDecodeOpaque(NFSv3Protocol.NFS3_WRITEVERFSIZE);
 }
示例#3
0
 public void xdrDecode(XdrDecodingStream xdr)
 {
     this._obj         = new NFSHandle();
     this._obj.Version = V3.RPC.NFSv3Protocol.NFS_V3;
     this._obj.xdrDecode(xdr);
     this._obj_attributes = new PostOperationAttributes(xdr);
     this._dir_wcc        = new WritingData(xdr);
 }
示例#4
0
 public void xdrDecode(XdrDecodingStream xdr)
 {
     this._obj = new NFSHandle();
     this._obj.Version = V3.RPC.NFSv3Protocol.NFS_V3;
     this._obj.xdrDecode(xdr);
     this._obj_attributes = new PostOperationAttributes(xdr);
     this._dir_wcc = new WritingData(xdr);
 }
示例#5
0
        public void xdrDecode(XdrDecodingStream xdr)
        {
            this._handleexists = xdr.xdrDecodeBoolean();
            if (this._handleexists)
            {
                this._handle = new NFSHandle();
                this._handle.Version = V3.RPC.NFSv3Protocol.NFS_V3;
                this._handle.xdrDecode(xdr);
            }

            this._attributes = new PostOperationAttributes(xdr);
            this._dir_wcc = new WritingData(xdr);
        }
示例#6
0
        public void xdrDecode(XdrDecodingStream xdr)
        {
            this._handleexists = xdr.xdrDecodeBoolean();
            if (this._handleexists)
            {
                this._handle         = new NFSHandle();
                this._handle.Version = V3.RPC.NFSv3Protocol.NFS_V3;
                this._handle.xdrDecode(xdr);
            }

            this._attributes = new PostOperationAttributes(xdr);
            this._dir_wcc    = new WritingData(xdr);
        }
示例#7
0
 public void xdrDecode(XdrDecodingStream xdr)
 {
     this._file_attributes = new PostOperationAttributes(xdr);
     this._linkdir_wcc = new WritingData(xdr);
 }
示例#8
0
 public void xdrDecode(XdrDecodingStream xdr)
 {
     this._file_wcc = new WritingData(xdr);
 }
示例#9
0
 public void xdrDecode(XdrDecodingStream xdr)
 {
     this._file_wcc = new WritingData(xdr);
     this._verf     = xdr.xdrDecodeOpaque(NFSv3Protocol.NFS3_WRITEVERFSIZE);
 }
示例#10
0
 public void xdrDecode(XdrDecodingStream xdr)
 { this._file_wcc = new WritingData(xdr); }
示例#11
0
 public void xdrDecode(XdrDecodingStream xdr)
 {
     this._file_wcc = new WritingData(xdr);
     this._verf = xdr.xdrDecodeOpaque(NFSv3Protocol.NFS3_WRITEVERFSIZE);
 }
示例#12
0
 public void xdrDecode(XdrDecodingStream xdr)
 {
     this._file_attributes = new PostOperationAttributes(xdr);
     this._linkdir_wcc     = new WritingData(xdr);
 }
示例#13
0
 public void xdrDecode(XdrDecodingStream xdr)
 {
     this._fromdir_wcc = new WritingData(xdr);
     this._todir_wcc = new WritingData(xdr);
 }
示例#14
0
 public void xdrDecode(XdrDecodingStream xdr)
 {
     this._fromdir_wcc = new WritingData(xdr);
     this._todir_wcc   = new WritingData(xdr);
 }