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

SoundInfo
Inheritance: ISwfSerializer
显示文件 Open project: bladecoding/SwfExport Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
GetSizeOf ( ) : int

Gets the size of.

ReadData ( BufferedBinaryReader binaryReader ) : void

Reads the data.

Serialize ( XmlWriter writer ) : void

Serializes the specified writer.

SoundInfo ( ) : System

Creates a new SoundInfo instance.

WriteTo ( BufferedBinaryWriter writer ) : void

Writes to binary writer.

Method Details

GetSizeOf() public method

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

ReadData() public method

Reads the data.
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

SoundInfo() public method

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

WriteTo() public method

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