C# Class SwiffotronCLI.ABCCatcher

Inheritance: IABCLoadInterceptor
Mostra file Open project: WeeWorld/Swiffotron Class Usage Examples

Public Methods

Method Description
ABCCatcher ( ) : System.Collections.Generic
OnLoadAbc ( bool lazyInit, SWFProcessing ctx, string abcName, int doAbcCount, byte bytecode ) : void
SaveAll ( string swfName, string dir ) : void

Method Details

ABCCatcher() public method

public ABCCatcher ( ) : System.Collections.Generic
return System.Collections.Generic

OnLoadAbc() public method

public OnLoadAbc ( bool lazyInit, SWFProcessing ctx, string abcName, int doAbcCount, byte bytecode ) : void
lazyInit bool
ctx SWFProcessing
abcName string
doAbcCount int
bytecode byte
return void

SaveAll() public method

public SaveAll ( string swfName, string dir ) : void
swfName string
dir string
return void