C# Class Recurity.Swf.TagHandler.SoundStreamHead

Inheritance: AbstractTagHandler
Afficher le fichier Open project: rtezli/Blitzableiter Class Usage Examples

Méthodes publiques

Méthode Description
SoundStreamHead ( byte initial ) : System
Verify ( ) : bool

Verifies this object and its components for documentation compliance.

Write ( Stream output ) : void

Méthodes protégées

Méthode Description
Parse ( ) : void

Method Details

Parse() protected méthode

protected Parse ( ) : void
Résultat void

SoundStreamHead() public méthode

public SoundStreamHead ( byte initial ) : System
initial byte
Résultat System

Verify() public méthode

Verifies this object and its components for documentation compliance.
public Verify ( ) : bool
Résultat bool

Write() public méthode

public Write ( Stream output ) : void
output Stream
Résultat void