C# Класс 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.

Наследование: BaseTag
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

EndTag() публичный Метод

Creates a new EndTag instance.
public EndTag ( ) : System
Результат System

ReadData() публичный Метод

see base class
public ReadData ( byte version, BufferedBinaryReader binaryReader ) : void
version byte
binaryReader SwfDotNet.IO.Utils.BufferedBinaryReader
Результат void

Serialize() публичный Метод

Serializes the specified writer.
public Serialize ( XmlWriter writer ) : void
writer System.Xml.XmlWriter Writer.
Результат void

UpdateData() публичный Метод

see base class
public UpdateData ( byte version ) : void
version byte
Результат void