C# Класс Recurity.Swf.AVM1.ActionJump

Blitzableiter ActionJump represents the Adobe AVM1 ActionJump
Наследование: AbstractAction
Показать файл Открыть проект

Открытые методы

Метод Описание
ActionJump ( ) : System

Creates an unconditional branch.

ActionJump ( Int16 offset ) : System

Creates an unconditional branch.

ToString ( ) : string

Converts the action to a string

Защищенные методы

Метод Описание
Parse ( System sourceStream, byte sourceVersion ) : void

Reads an offset from a source stream

ParseFrom ( ) : bool

Parses the action from a string array

Render ( System outputStream ) : ulong

Writes the offset back to the output stream

Описание методов

ActionJump() публичный Метод

Creates an unconditional branch.
public ActionJump ( ) : System
Результат System

ActionJump() публичный Метод

Creates an unconditional branch.
public ActionJump ( Int16 offset ) : System
offset System.Int16 The offset is a signed quantity, enabling /// branches from –32,768 bytes to 32,767 bytes. An offset of 0 /// points to the action directly after the ActionJump action.
Результат System

Parse() защищенный Метод

Reads an offset from a source stream
protected Parse ( System sourceStream, byte sourceVersion ) : void
sourceStream System The source stream to read from
sourceVersion byte The version
Результат void

ParseFrom() защищенный Метод

Parses the action from a string array
protected ParseFrom ( ) : bool
Результат bool

Render() защищенный Метод

Writes the offset back to the output stream
protected Render ( System outputStream ) : ulong
outputStream System The stream to write to
Результат ulong

ToString() публичный Метод

Converts the action to a string
public ToString ( ) : string
Результат string