C# Класс 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

Наследование: AbstractTagHandler
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
Parse ( ) : void

Описание методов

JPEGTables() публичный Метод

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.
Результат System

Parse() защищенный Метод

protected Parse ( ) : void
Результат void

ToString() публичный Метод

Converts the value of this instance to a System.String.
public ToString ( ) : string
Результат string

Verify() публичный Метод

Verifies this tag and its component for documentation compliance.
public Verify ( ) : bool
Результат bool

Write() публичный Метод

public Write ( Stream output ) : void
output Stream
Результат void