C# 클래스 SwfDotNet.IO.Tags.Types.ImageBlock

Video ImageBlock class
파일 보기 프로젝트 열기: bladecoding/SwfExport 1 사용 예제들

공개 메소드들

메소드 설명
GetSizeOf ( ) : int

Gets the size of.

ImageBlock ( ) : System

Creates a new ImageBlock instance.

ImageBlock ( byte data ) : System

Creates a new ImageBlock instance.

ReadData ( BufferedBinaryReader binaryReader ) : void

Reads the data from a binary reader.

WriteTo ( BinaryWriter writer ) : void

Writes to a binary writer.

메소드 상세

GetSizeOf() 공개 메소드

Gets the size of.
public GetSizeOf ( ) : int
리턴 int

ImageBlock() 공개 메소드

Creates a new ImageBlock instance.
public ImageBlock ( ) : System
리턴 System

ImageBlock() 공개 메소드

Creates a new ImageBlock instance.
public ImageBlock ( byte data ) : System
data byte Data.
리턴 System

ReadData() 공개 메소드

Reads the data from a binary reader.
public ReadData ( BufferedBinaryReader binaryReader ) : void
binaryReader SwfDotNet.IO.Utils.BufferedBinaryReader Binary reader.
리턴 void

WriteTo() 공개 메소드

Writes to a binary writer.
public WriteTo ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter Writer.
리턴 void