示例#1
0
 public BasePropertyAtomElement(Stream stream)
 {
     ObjectID   = StreamUtils.ReadInt32(stream);
     StateFlags = StreamUtils.ReadUInt32(stream);
 }
示例#2
0
 public BaseAttributeElement(Stream stream)
 {
     ObjectId          = StreamUtils.ReadInt32(stream);
     StateFlags        = StreamUtils.ReadByte(stream);
     FieldInhibitFlags = StreamUtils.ReadUInt32(stream);
 }