C# Class Recurity.Swf.Pix

Inheritance: AbstractSwfElement
Exibir arquivo Open project: rtezli/Blitzableiter

Public Methods

Method Description
Parse ( Stream input ) : void

Parses this object out of a stream

Pix ( byte InitialVersion ) : System

Verify ( ) : bool

Verifies this this object and its components for documentation compliance.

Write ( Stream output ) : void

Method Details

Parse() public abstract method

Parses this object out of a stream
public abstract Parse ( Stream input ) : void
input Stream
return void

Pix() public method

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

Verify() public abstract method

Verifies this this object and its components for documentation compliance.
public abstract Verify ( ) : bool
return bool

Write() public abstract method

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