C# Class Recurity.Swf.TagHandler.JPEGTables

This tag defines the JPEG encoding table (the Tables/Misc segment) for all JPEG images

defined using the DefineBits tag. There may only be one JPEGTables tag in a Swf file.

The data in this tag begins with the JPEG SOI marker 0xFF, 0xD8 and ends with the EOI

marker 0xFF, 0xD9. Before version 8 of the Swf file format, Swf files could contain

Inheritance: AbstractTagHandler
Datei anzeigen Open project: rtezli/Blitzableiter Class Usage Examples

Public Methods

Method Description
JPEGTables ( byte InitialVersion ) : System

This tag defines the JPEG encoding table for all JPEG images defined using

the DefineBits tag. There may only be one JPEGTables tag in a Swf file.

ToString ( ) : string

Converts the value of this instance to a System.String.

Verify ( ) : bool

Verifies this tag and its component for documentation compliance.

Write ( Stream output ) : void

Protected Methods

Method Description
Parse ( ) : void

Method Details

JPEGTables() public method

This tag defines the JPEG encoding table for all JPEG images defined using

the DefineBits tag. There may only be one JPEGTables tag in a Swf file.

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

Parse() protected method

protected Parse ( ) : void
return void

ToString() public method

Converts the value of this instance to a System.String.
public ToString ( ) : string
return string

Verify() public method

Verifies this tag and its component for documentation compliance.
public Verify ( ) : bool
return bool

Write() public method

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