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

The ClipActionRecord class.
Datei anzeigen Open project: bladecoding/SwfExport Class Usage Examples

Public Methods

Method 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 method

Creates a new ClipActionRec instance.
public ClipActionRec ( ) : System
return System

ClipActionRec() public method

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.
return System

GetData() public method

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

ReadData() public method

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