C# Класс SwfDotNet.IO.Tags.DefineBitsTag

DefineBits tag for Jpeg images in swf
Наследование: BaseTag, DefineTag
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
DefineBitsTag ( ) : System

Creates a new DefineBitsTag instance.

DefineBitsTag ( ushort id, byte image ) : System

Creates a new DefineBitsTag instance.

FromFile ( ushort characterId, string fileName ) : DefineBitsTag

Construct a new DefineBitsJpeg2Tag object from a file.

FromImage ( ushort characterId, Image image ) : DefineBitsTag

Construct a new DefineBitsJpeg2Tag object from an image object.

FromStream ( ushort characterId, Stream stream ) : DefineBitsTag

Construct a new DefineBitsJpeg2Tag object from a stream.

ReadData ( byte version, BufferedBinaryReader binaryReader ) : void

see base class

Serialize ( XmlWriter writer ) : void

Serializes the specified writer.

UpdateData ( byte version ) : void

see base class

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

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

Creates a new DefineBitsTag instance.
public DefineBitsTag ( ) : System
Результат System

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

Creates a new DefineBitsTag instance.
public DefineBitsTag ( ushort id, byte image ) : System
id ushort Id.
image byte Image.
Результат System

FromFile() публичный статический Метод

Construct a new DefineBitsJpeg2Tag object from a file.
public static FromFile ( ushort characterId, string fileName ) : DefineBitsTag
characterId ushort Character id.
fileName string Name of the file.
Результат DefineBitsTag

FromImage() публичный статический Метод

Construct a new DefineBitsJpeg2Tag object from an image object.
public static FromImage ( ushort characterId, Image image ) : DefineBitsTag
characterId ushort Character id.
image Image Image.
Результат DefineBitsTag

FromStream() публичный статический Метод

Construct a new DefineBitsJpeg2Tag object from a stream.
public static FromStream ( ushort characterId, Stream stream ) : DefineBitsTag
characterId ushort Character id.
stream Stream Stream.
Результат DefineBitsTag

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

see base class
public ReadData ( byte version, BufferedBinaryReader binaryReader ) : void
version byte
binaryReader SwfDotNet.IO.Utils.BufferedBinaryReader
Результат void

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

Serializes the specified writer.
public Serialize ( XmlWriter writer ) : void
writer System.Xml.XmlWriter Writer.
Результат void

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

see base class
public UpdateData ( byte version ) : void
version byte
Результат void