C# Class Recurity.Swf.AVM1.ActionWith

Blitzableiter ActionWith represents the Adobe AVM1 ActionWith
Inheritance: AbstractAction
Exibir arquivo Open project: rtezli/Blitzableiter

Protected Properties

Property Type Description
_size System.UInt16

Public Methods

Method Description
ActionWith ( ) : System

With block of script

ActionWith ( UInt16 size ) : System

With block of script

ToString ( ) : string

Converts the action to a string

Protected Methods

Method Description
Parse ( System sourceStream, byte sourceVersion ) : void

Reads 2 bytes from the stream to get the size

ParseFrom ( ) : bool

Parses the action from a string array

Render ( System outputStream ) : ulong

Method Details

ActionWith() public method

With block of script
public ActionWith ( ) : System
return System

ActionWith() public method

With block of script
public ActionWith ( UInt16 size ) : System
size System.UInt16 Number of bytes of code that follow
return System

Parse() protected method

Reads 2 bytes from the stream to get the size
protected Parse ( System sourceStream, byte sourceVersion ) : void
sourceStream System The source stream
sourceVersion byte The version of the source
return void

ParseFrom() protected method

Parses the action from a string array
protected ParseFrom ( ) : bool
return bool

Render() protected method

protected Render ( System outputStream ) : ulong
outputStream System
return ulong

ToString() public method

Converts the action to a string
public ToString ( ) : string
return string

Property Details

_size protected_oe property

protected UInt16,System _size
return System.UInt16