开发者

Need help with binary plists

I am writing a c# class that parses and writes binary plist files. All of the information I have gotten is from this Java implementation. http://www.koders.com/java/fidE214DE8B5C627C9E1C03ED93B488941BAE17AF01.aspx?s=base64#L111

I have successfully written the header and object table now I just need help unders开发者_Go百科tanding what the offset table and trailer is.

Thanks in advance for your replies.


The trailer contains information about the location of the top level object as well as the number of objects contained into the offset table.

The offset table is used to store the position of the different objects. Each object can then be referenced one or more times within the plist.

For an up-to-date code of the original parser, see this file.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜