C# Class SwfDotNet.IO.Tags.Types.ImageBlock

Video ImageBlock class
Afficher le fichier Open project: bladecoding/SwfExport Class Usage Examples

Méthodes publiques

Méthode Description
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.

Method Details

GetSizeOf() public méthode

Gets the size of.
public GetSizeOf ( ) : int
Résultat int

ImageBlock() public méthode

Creates a new ImageBlock instance.
public ImageBlock ( ) : System
Résultat System

ImageBlock() public méthode

Creates a new ImageBlock instance.
public ImageBlock ( byte data ) : System
data byte Data.
Résultat System

ReadData() public méthode

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

WriteTo() public méthode

Writes to a binary writer.
public WriteTo ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter Writer.
Résultat void