C# Class Files.IFF.IFFChunk

Show file Open project: Afr0Games/Project-Dollhouse Class Usage Examples

Public Properties

Property Type Description
ID ushort
Size uint
Type IFFChunkTypes

Protected Properties

Property Type Description
m_Data byte[]
m_Device Microsoft.Xna.Framework.Graphics.GraphicsDevice
m_Parent Iff

Public Methods

Method Description
IFFChunk ( FileReader Reader, Microsoft.Xna.Framework.Graphics.GraphicsDevice Device, Iff Parent ) : System
IFFChunk ( FileReader Reader, Iff Parent ) : System
IFFChunk ( IFFChunk BaseChunk ) : System

Private Methods

Method Description
ReadHeader ( FileReader Reader ) : void

Method Details

IFFChunk() public method

public IFFChunk ( FileReader Reader, Microsoft.Xna.Framework.Graphics.GraphicsDevice Device, Iff Parent ) : System
Reader FileReader
Device Microsoft.Xna.Framework.Graphics.GraphicsDevice
Parent Iff
return System

IFFChunk() public method

public IFFChunk ( FileReader Reader, Iff Parent ) : System
Reader FileReader
Parent Iff
return System

IFFChunk() public method

public IFFChunk ( IFFChunk BaseChunk ) : System
BaseChunk IFFChunk
return System

Property Details

ID public property

public ushort ID
return ushort

Size public property

public uint Size
return uint

Type public property

public IFFChunkTypes Type
return IFFChunkTypes

m_Data protected property

protected byte[] m_Data
return byte[]

m_Device protected property

protected GraphicsDevice,Microsoft.Xna.Framework.Graphics m_Device
return Microsoft.Xna.Framework.Graphics.GraphicsDevice

m_Parent protected property

protected Iff,Files.IFF m_Parent
return Iff