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

Video ImageBlock class
Show file Open project: bladecoding/SwfExport Class Usage Examples

Public Methods

Method 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 method

Gets the size of.
public GetSizeOf ( ) : int
return int

ImageBlock() public method

Creates a new ImageBlock instance.
public ImageBlock ( ) : System
return System

ImageBlock() public method

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

ReadData() public method

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

WriteTo() public method

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