C# Class SwfDotNet.IO.Tags.MetadataTag

Inheritance: BaseTag
ファイルを表示 Open project: bladecoding/SwfExport Class Usage Examples

Public Methods

Method Description
MetadataTag ( ) : System

Creates a new JpegTableTag 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

Protected Methods

Method Description
GetSizeOf ( ) : int

Gets the size of.

Method Details

GetSizeOf() protected method

Gets the size of.
protected GetSizeOf ( ) : int
return int

MetadataTag() public method

Creates a new JpegTableTag instance.
public MetadataTag ( ) : 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