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

ShapeRecord class
Inheritance: SizeStruct, ISwfSerializer
Show file Open project: bladecoding/SwfExport Class Usage Examples

Protected Properties

Property Type Description
typeFlag bool

Public Methods

Method Description
GetBitSizeOf ( int currentLength ) : int

Gets the bit size of.

Serialize ( XmlWriter writer ) : void

Serializes the specified writer.

WriteTo ( BufferedBinaryWriter writer ) : void

Writes to a binary writer.

Protected Methods

Method Description
ShapeRecord ( ) : System

Creates a new ShapeRecord instance.

ShapeRecord ( bool typeFlag ) : System

Creates a new ShapeRecord instance.

Method Details

GetBitSizeOf() public method

Gets the bit size of.
public GetBitSizeOf ( int currentLength ) : int
currentLength int Length of the current.
return int

Serialize() public method

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

ShapeRecord() protected method

Creates a new ShapeRecord instance.
protected ShapeRecord ( ) : System
return System

ShapeRecord() protected method

Creates a new ShapeRecord instance.
protected ShapeRecord ( bool typeFlag ) : System
typeFlag bool Type flag.
return System

WriteTo() public method

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

Property Details

typeFlag protected property

Type of shape record, stored as a flag
protected bool typeFlag
return bool