C# 클래스 SwfDotNet.IO.ByteCode.Compiler

Compiler class, exposes one public method: SwfDotNet.IO.ByteCode.Compiler.Compile.
파일 보기 프로젝트 열기: bladecoding/SwfExport

공개 메소드들

메소드 설명
Compile ( ArrayList actionRecord ) : byte[]

Compile list of Action objects to byte code.

Compiler ( ) : System

Constructor.

비공개 메소드들

메소드 설명
CalcBlockOffsets ( ArrayList actionRecord ) : void

Calculate size or offset for action blocks.

CalcBranchOffsets ( ArrayList actionRecord ) : void

Calculate branch offsets.

CollapsPushActions ( ArrayList actionRecord ) : void

Collaps sequence of single push actions into one multiple-push action

메소드 상세

Compile() 공개 메소드

Compile list of Action objects to byte code.
public Compile ( ArrayList actionRecord ) : byte[]
actionRecord System.Collections.ArrayList List of action objects
리턴 byte[]

Compiler() 공개 메소드

Constructor.
public Compiler ( ) : System
리턴 System