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

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

보호된 프로퍼티들

프로퍼티 타입 설명
_constants List
_numConstants System.UInt16

공개 메소드들

메소드 설명
ActionConstantPool ( ) : System

Creates a new constant pool, and replaces the old constant pool if one already exists

ActionConstantPool ( List list ) : System

Creates a new constant pool, and replaces the old constant pool if one already exists

ToString ( ) : string

Converts the action to a string

보호된 메소드들

메소드 설명
Parse ( System sourceStream, byte sourceVersion ) : void

ParseFrom ( ) : bool

Parses the action from a string array

Render ( System outputStream ) : ulong

메소드 상세

ActionConstantPool() 공개 메소드

Creates a new constant pool, and replaces the old constant pool if one already exists
public ActionConstantPool ( ) : System
리턴 System

ActionConstantPool() 공개 메소드

Creates a new constant pool, and replaces the old constant pool if one already exists
public ActionConstantPool ( List list ) : System
list List The list of constants
리턴 System

Parse() 보호된 메소드

protected Parse ( System sourceStream, byte sourceVersion ) : void
sourceStream System
sourceVersion byte
리턴 void

ParseFrom() 보호된 메소드

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

Render() 보호된 메소드

protected Render ( System outputStream ) : ulong
outputStream System
리턴 ulong

ToString() 공개 메소드

Converts the action to a string
public ToString ( ) : string
리턴 string

프로퍼티 상세

_constants 보호되어 있는 프로퍼티

protected List _constants
리턴 List

_numConstants 보호되어 있는 프로퍼티

protected UInt16,System _numConstants
리턴 System.UInt16