示例#1
0
        public override void ParseBytes(CR2WBinaryReader br, uint size)
        {
            //Parse the bytes at the beginning which will map the class structure
            base.ParseBytes(br, size);

            //Now read the XML document at the end of the object data
            Data = br.ReadXMLDocument();
        }