C# Class Recurity.Swf.AVM1.ActionIf

Blitzableiter ActionIf represents the Adobe AVM1 ActionIf
Inheritance: AbstractAction
Afficher le fichier Open project: rtezli/Blitzableiter

Méthodes publiques

Méthode Description
ActionIf ( ) : System

Creates a conditional test and branch.

ActionIf ( Int16 offset ) : System

Creates a conditional test and branch.

ToString ( ) : string

Converts the action to a string

Méthodes protégées

Méthode Description
Parse ( System sourceStream, byte sourceVersion ) : void

Reads the offset from a source stream

ParseFrom ( ) : bool

Parses the action from a string array

Render ( System outputStream ) : ulong

Renders the offset back to an output stream

Method Details

ActionIf() public méthode

Creates a conditional test and branch.
public ActionIf ( ) : System
Résultat System

ActionIf() public méthode

Creates a conditional test and branch.
public ActionIf ( Int16 offset ) : System
offset System.Int16 The offset is a signed quantity, enabling /// branches from –32768 bytes to 32767 bytes. An offset of 0 points /// to the action directly after the ActionIf action.
Résultat System

Parse() protected méthode

Reads the offset from a source stream
protected Parse ( System sourceStream, byte sourceVersion ) : void
sourceStream System The source stream
sourceVersion byte The Version
Résultat void

ParseFrom() protected méthode

Parses the action from a string array
protected ParseFrom ( ) : bool
Résultat bool

Render() protected méthode

Renders the offset back to an output stream
protected Render ( System outputStream ) : ulong
outputStream System The output stream
Résultat ulong

ToString() public méthode

Converts the action to a string
public ToString ( ) : string
Résultat string