C# Class Recurity.Swf.TagHandler.PlaceObject3

Inheritance: PlaceObject2
Mostrar archivo Open project: rtezli/Blitzableiter Class Usage Examples

Public Methods

Method Description
PlaceObject3 ( byte InitialVersion ) : System

ToString ( ) : string

Converts the value of this instance to a System.String.

Verify ( ) : bool

Verifies this object and its components for documentation compliance.

Write ( Stream output ) : void

Writes this object to a stream.

Protected Methods

Method Description
Parse ( ) : void

Parses this object out of a stream

Private Methods

Method Description
ParseFlags ( BinaryReader br, BitStream bs ) : void

Parses the flags of this object out of a stream.

WriteFields ( BinaryWriter bw, BitStream bs, Stream output ) : void

Writes the fields of this object to a stream.

WriteFlags ( BinaryWriter bw, BitStream bs ) : void

Writes the flags of this object to a stream.

Method Details

Parse() protected method

Parses this object out of a stream
protected Parse ( ) : void
return void

PlaceObject3() public method

public PlaceObject3 ( byte InitialVersion ) : System
InitialVersion byte The initial version of the Swf file
return System

ToString() public method

Converts the value of this instance to a System.String.
public ToString ( ) : string
return string

Verify() public method

Verifies this object and its components for documentation compliance.
public Verify ( ) : bool
return bool

Write() public method

Writes this object to a stream.
public Write ( Stream output ) : void
output Stream The stream to write to.
return void