C# Class SwfDotNet.IO.ByteCode.Actions.MultiByteAction

base class for multibyte actions (>0x80)
Inheritance: BaseAction
Show file Open project: bladecoding/SwfExport

Public Methods

Method Description
Compile ( BinaryWriter writer ) : void
MultiByteAction ( ActionCode c ) : System

constructor

Method Details

Compile() public method

public Compile ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter
return void

MultiByteAction() public method

constructor
public MultiByteAction ( ActionCode c ) : System
c ActionCode action code as occuring in swf. Codes are listed in this enumeration
return System