C# Class Recurity.Swf.TagHandler.DoAction

Inheritance: AbstractTagCodeHandler
Exibir arquivo Open project: rtezli/Blitzableiter Class Usage Examples

Public Methods

Method Description
DoAction ( byte InitialVersion ) : System

ReParseCode ( ) : void

Verify ( ) : bool

Write ( Stream output ) : void

Protected Methods

Method Description
Parse ( ) : void

WriteCodeAndCheck ( Stream output ) : void

Method Details

DoAction() public method

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

Parse() protected method

protected Parse ( ) : void
return void

ReParseCode() public method

public ReParseCode ( ) : void
return void

Verify() public method

public Verify ( ) : bool
return bool

Write() public method

public Write ( Stream output ) : void
output Stream
return void

WriteCodeAndCheck() protected method

protected WriteCodeAndCheck ( Stream output ) : void
output Stream
return void