C# Class Recurity.Swf.AVM1.AbstractAction

Inheritance: Interfaces.ISwfElement
Afficher le fichier Open project: rtezli/Blitzableiter Class Usage Examples

Protected Properties

Свойство Type Description
_StackOps Recurity.Swf.AVM1.StackChange[]
_actionCode byte
_length System.UInt16

Méthodes publiques

Méthode Description
ParseFrom ( string line ) : bool

PerformStackOperations ( Stack sourceStack ) : AVM1Stack

Read ( BinaryReader sourceStream, byte sourceVersion ) : void

ToString ( ) : string

Write ( Stream output ) : void

Méthodes protégées

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

ParseFrom ( ) : bool

Render ( BinaryWriter outputStream ) : ulong

Private Methods

Méthode Description
ParseFromTokenize ( string line ) : string[]

Method Details

Parse() protected méthode

protected Parse ( BinaryReader sourceStream, byte sourceVersion ) : void
sourceStream System.IO.BinaryReader
sourceVersion byte
Résultat void

ParseFrom() protected méthode

protected ParseFrom ( ) : bool
Résultat bool

ParseFrom() public méthode

public ParseFrom ( string line ) : bool
line string
Résultat bool

PerformStackOperations() public méthode

public PerformStackOperations ( Stack sourceStack ) : AVM1Stack
sourceStack Stack
Résultat Recurity.Swf.AVM1.Stack.AVM1Stack

Read() public méthode

public Read ( BinaryReader sourceStream, byte sourceVersion ) : void
sourceStream System.IO.BinaryReader
sourceVersion byte
Résultat void

Render() protected méthode

protected Render ( BinaryWriter outputStream ) : ulong
outputStream System.IO.BinaryWriter
Résultat ulong

ToString() public méthode

public ToString ( ) : string
Résultat string

Write() public méthode

public Write ( Stream output ) : void
output Stream
Résultat void

Property Details

_StackOps protected_oe property

protected StackChange[],Recurity.Swf.AVM1 _StackOps
Résultat Recurity.Swf.AVM1.StackChange[]

_actionCode protected_oe property

protected byte _actionCode
Résultat byte

_length protected_oe property

protected UInt16,System _length
Résultat System.UInt16