ClassPListBinaryWriter
Class
A class, used to write a binary formated to a stream
Definition
Namespace:CE.iPhone.PList.Internal
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public class PListBinaryWriter
Inheritance: objectPListBinaryWriter
Methods
Write(Stream, IPListElement)
Writers a to the specified stream.
Declaration
cs-api-definition
public void Write(Stream stream, IPListElement element)
Parameters
stream
The stream.
element
The element.