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

base class for multibyte actions (>0x80)
Inheritance: BaseAction
Afficher le fichier Open project: bladecoding/SwfExport

Méthodes publiques

Méthode Description
Compile ( BinaryWriter writer ) : void
MultiByteAction ( ActionCode c ) : System

constructor

Method Details

Compile() public méthode

public Compile ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter
Résultat void

MultiByteAction() public méthode

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