C# Class Recurity.Swf.AVM2.ABC.Instance_info

The instance_info entry is used to define the characteristics of a run-time object (a class instance) within the AVM2. The corresponding class_info entry is used in order to fully define an ActionScript 3.0 Class.
Show file Open project: rtezli/Blitzableiter Class Usage Examples

Public Methods

Method Description
Parse ( Stream source ) : void

Verify ( AbcFile abc ) : void

Write ( Stream destination ) : void

Method Details

Parse() public method

public Parse ( Stream source ) : void
source Stream
return void

Verify() public method

public Verify ( AbcFile abc ) : void
abc AbcFile
return void

Write() public method

public Write ( Stream destination ) : void
destination Stream
return void