C# Class SwfDotNet.IO.Tags.Types.Assert

Assert
Inheritance: ISwfSerializer, DefineTargetTag
显示文件 Open project: bladecoding/SwfExport Class Usage Examples

Public Methods

Method Description
Assert ( ) : System

Creates a new Assert instance.

Assert ( ushort tag, string name ) : System

Creates a new Assert instance.

GetSizeOf ( AssertCollection asserts ) : int

Gets the size of.

ReadData ( BufferedBinaryReader binaryReader ) : void

Reads the data from a binary stream reader.

Serialize ( XmlWriter writer ) : void

Serializes the specified writer.

WriteTo ( BufferedBinaryWriter writer ) : void

Writes to.

Method Details

Assert() public method

Creates a new Assert instance.
public Assert ( ) : System
return System

Assert() public method

Creates a new Assert instance.
public Assert ( ushort tag, string name ) : System
tag ushort Tag.
name string Name.
return System

GetSizeOf() public static method

Gets the size of.
public static GetSizeOf ( AssertCollection asserts ) : int
asserts AssertCollection Asserts.
return int

ReadData() public method

Reads the data from a binary stream reader.
public ReadData ( BufferedBinaryReader binaryReader ) : void
binaryReader SwfDotNet.IO.Utils.BufferedBinaryReader Binary reader.
return void

Serialize() public method

Serializes the specified writer.
public Serialize ( XmlWriter writer ) : void
writer System.Xml.XmlWriter Writer.
return void

WriteTo() public method

Writes to.
public WriteTo ( BufferedBinaryWriter writer ) : void
writer SwfDotNet.IO.Utils.BufferedBinaryWriter Writer.
return void