C# Class Recurity.Swf.TagHandler.AbstractTagCodeHandler

A swf tag with code
Inheritance: AbstractTagHandler
Mostrar archivo Open project: rtezli/Blitzableiter

Protected Properties

Property Type Description
_code AVM1.AVM1Code

Public Methods

Method Description
AbstractTagCodeHandler ( byte InitialVersion ) : System

A swf tag with code

Protected Methods

Method Description
ParseCode ( uint expectedLength ) : void

RenderCode ( ) : MemoryStream

VerifyAllCode ( ) : bool

Method Details

AbstractTagCodeHandler() public method

A swf tag with code
public AbstractTagCodeHandler ( byte InitialVersion ) : System
InitialVersion byte The initial version of the Swf file
return System

ParseCode() protected method

protected ParseCode ( uint expectedLength ) : void
expectedLength uint
return void

RenderCode() protected method

protected RenderCode ( ) : MemoryStream
return System.IO.MemoryStream

VerifyAllCode() protected method

protected VerifyAllCode ( ) : bool
return bool

Property Details

_code protected_oe property

The code of the TagCodeHandlerObject
protected AVM1.AVM1Code _code
return AVM1.AVM1Code