C# Class SwfDotNet.IO.Tags.EndTag

EndTag defines the end of the tag sequence.

The swf tag list must be ended with this tag, as tag sequence contains in a movie clip represented by the DefineSpriteTag object.

This tag was introduced in Flash 1.

Inheritance: BaseTag
Datei anzeigen Open project: bladecoding/SwfExport Class Usage Examples

Public Methods

Method Description
EndTag ( ) : System

Creates a new EndTag instance.

ReadData ( byte version, BufferedBinaryReader binaryReader ) : void

see base class

Serialize ( XmlWriter writer ) : void

Serializes the specified writer.

UpdateData ( byte version ) : void

see base class

Method Details

EndTag() public method

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

ReadData() public method

see base class
public ReadData ( byte version, BufferedBinaryReader binaryReader ) : void
version byte
binaryReader SwfDotNet.IO.Utils.BufferedBinaryReader
return void

Serialize() public method

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

UpdateData() public method

see base class
public UpdateData ( byte version ) : void
version byte
return void