コード例 #1
0
        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); }