C# Class Recurity.Swf.ClipActions

Inheritance: AbstractSwfElement
Exibir arquivo Open project: rtezli/Blitzableiter

Public Methods

Method Description
ClipActions ( byte InitialVersion ) : System

Parse ( Stream input ) : bool

Verify ( ) : bool

Write ( Stream output ) : void

Method Details

ClipActions() public method

public ClipActions ( byte InitialVersion ) : System
InitialVersion byte The version of the Swf file using this object.
return System

Parse() public method

public Parse ( Stream input ) : bool
input Stream
return bool

Verify() public method

public Verify ( ) : bool
return bool

Write() public method

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