C# Class Recurity.Swf.ShapeRecord

Abstract class from which all SHAPERECORDs derive
Inheritance: AbstractSwfElement
Afficher le fichier Open project: rtezli/Blitzableiter

Méthodes publiques

Méthode Description
Parse ( Stream input, BitStream bits ) : void

ShapeRecord ( byte InitialVersion ) : System

Abstract class from which all SHAPERECORDs derive

Verify ( ) : bool

Verifies a SHAPE.

Write ( Stream output, BitStream bits ) : void

Method Details

Parse() public méthode

public Parse ( Stream input, BitStream bits ) : void
input Stream
bits BitStream
Résultat void

ShapeRecord() public méthode

Abstract class from which all SHAPERECORDs derive
public ShapeRecord ( byte InitialVersion ) : System
InitialVersion byte The version of the Swf file using this object.
Résultat System

Verify() public méthode

Verifies a SHAPE.
public Verify ( ) : bool
Résultat bool

Write() public méthode

public Write ( Stream output, BitStream bits ) : void
output Stream
bits BitStream
Résultat void