C# 클래스 Recurity.Swf.AVM1.ActionJump

Blitzableiter ActionJump represents the Adobe AVM1 ActionJump
상속: AbstractAction
파일 보기 프로젝트 열기: rtezli/Blitzableiter

공개 메소드들

메소드 설명
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