C# Class SwfDotNet.IO.Tags.Types.ClipActionRec

The ClipActionRecord class.
Afficher le fichier Open project: bladecoding/SwfExport Class Usage Examples

Méthodes publiques

Méthode Description
ClipActionRec ( ) : System

Creates a new ClipActionRec instance.

ClipActionRec ( byte header, int key, byte actionRec ) : System

Creates a new ClipActionRec instance.

GetData ( byte version ) : byte[]

Get binary data of ClipAction Record for swf compilation.

ReadData ( BinaryReader br, byte version ) : bool

Reads the data.

Method Details

ClipActionRec() public méthode

Creates a new ClipActionRec instance.
public ClipActionRec ( ) : System
Résultat System

ClipActionRec() public méthode

Creates a new ClipActionRec instance.
public ClipActionRec ( byte header, int key, byte actionRec ) : System
header byte Data preceding bytecode block that doesn´t need to get parsed.
key int Key code.
actionRec byte Raw bytecode.
Résultat System

GetData() public méthode

Get binary data of ClipAction Record for swf compilation.
public GetData ( byte version ) : byte[]
version byte
Résultat byte[]

ReadData() public méthode

Reads the data.
public ReadData ( BinaryReader br, byte version ) : bool
br System.IO.BinaryReader Br.
version byte Version.
Résultat bool