C# Class Recurity.Swf.BaseFile

An abstract class template for Swf files
Inheritance: Interfaces.ISwfElement
Exibir arquivo Open project: rtezli/Blitzableiter

Public Methods

Method Description
Read ( Stream input ) : Stream

Write ( Stream output ) : void

Protected Methods

Method Description
ReadHeader ( Stream input ) : void

Reads the header of an Swf file. Defines signature, version and length

WriteHeader ( Stream output ) : void

Method Details

Read() public abstract method

public abstract Read ( Stream input ) : Stream
input Stream
return Stream

ReadHeader() protected method

Reads the header of an Swf file. Defines signature, version and length
protected ReadHeader ( Stream input ) : void
input Stream
return void

Write() public abstract method

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

WriteHeader() protected method

protected WriteHeader ( Stream output ) : void
output Stream
return void