C# 클래스 SwfDotNet.IO.Tags.DefineBitsTag

DefineBits tag for Jpeg images in swf
상속: BaseTag, DefineTag
파일 보기 프로젝트 열기: bladecoding/SwfExport 1 사용 예제들

공개 메소드들

메소드 설명
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