C# Class Files.IFF.Iff

Interchange File Format (IFF) is a chunk-based file format for binary resource data intended to promote a common model for store and use by an executable.
Inheritance: IDisposable
显示文件 Open project: Afr0Games/Project-Dollhouse Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
GetPalette ( ushort ID ) : PALT

Get a specific palette from this IFF.

GetSTR ( ushort ID ) : STR
Iff ( Stream Data ) : System
Iff ( Stream Data, Microsoft.Xna.Framework.Graphics.GraphicsDevice Device ) : System

Protected Methods

Method Description
Dispose ( bool CleanUpManagedResources ) : void

Private Methods

Method Description
Init ( Stream Data ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool CleanUpManagedResources ) : void
CleanUpManagedResources bool
return void

GetPalette() public method

Get a specific palette from this IFF.
public GetPalette ( ushort ID ) : PALT
ID ushort ID of the palette to get.
return PALT

GetSTR() public method

public GetSTR ( ushort ID ) : STR
ID ushort
return STR

Iff() public method

public Iff ( Stream Data ) : System
Data Stream
return System

Iff() public method

public Iff ( Stream Data, Microsoft.Xna.Framework.Graphics.GraphicsDevice Device ) : System
Data Stream
Device Microsoft.Xna.Framework.Graphics.GraphicsDevice
return System