C# Class Recurity.Swf.ShapeRecord

Abstract class from which all SHAPERECORDs derive
Inheritance: AbstractSwfElement
Exibir arquivo Open project: rtezli/Blitzableiter

Public Methods

Method 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 method

public Parse ( Stream input, BitStream bits ) : void
input Stream
bits BitStream
return void

ShapeRecord() public method

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

Verify() public method

Verifies a SHAPE.
public Verify ( ) : bool
return bool

Write() public method

public Write ( Stream output, BitStream bits ) : void
output Stream
bits BitStream
return void