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 understanding what the offset table and trailer is.
Thanks in advance for your replies.