开发者

Need help with binary plists

开发者 https://www.devze.com 2023-01-13 11:20 出处:网络
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/fidE214DE8B5C627C9E1C03ED93B488941B

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

精彩评论

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