public void xdrDecode(XdrDecodingStream xdr)
        {
            this._attributes_follow = xdr.xdrDecodeBoolean();

            if (this._attributes_follow)
            { this._attributes = new FileAttributes(xdr); }
        }
示例#2
0
 public void xdrDecode(XdrDecodingStream xdr)
 { this._obj_attributes = new FileAttributes(xdr); }