C# Class FSO.Files.Formats.IFF.IffChunk

An IFF is made up of chunks.
Afficher le fichier Open project: RHY3756547/FreeSO Class Usage Examples

Méthodes publiques

Свойство Type Description
AddedByPatch bool
ChunkData byte[]
ChunkFlags ushort
ChunkID ushort
ChunkLabel string
ChunkParent IffFile
ChunkProcessed bool
ChunkType string
OriginalData byte[]
OriginalID ushort
OriginalLabel string
RuntimeInfo ChunkRuntimeState

Méthodes publiques

Méthode Description
Dispose ( ) : void
Read ( IffFile iff, Stream stream ) : void

Reads this chunk from an IFF.

ToString ( ) : string

The name of this chunk.

Write ( IffFile iff, Stream stream ) : bool

Attempts to write this chunk to a stream (presumably an IFF or PIFF)

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Read() public abstract méthode

Reads this chunk from an IFF.
public abstract Read ( IffFile iff, Stream stream ) : void
iff IffFile The IFF to read from.
stream Stream The stream to read from.
Résultat void

ToString() public méthode

The name of this chunk.
public ToString ( ) : string
Résultat string

Write() public méthode

Attempts to write this chunk to a stream (presumably an IFF or PIFF)
public Write ( IffFile iff, Stream stream ) : bool
iff IffFile
stream Stream
Résultat bool

Property Details

AddedByPatch public_oe property

public bool AddedByPatch
Résultat bool

ChunkData public_oe property

public byte[] ChunkData
Résultat byte[]

ChunkFlags public_oe property

public ushort ChunkFlags
Résultat ushort

ChunkID public_oe property

public ushort ChunkID
Résultat ushort

ChunkLabel public_oe property

public string ChunkLabel
Résultat string

ChunkParent public_oe property

public IffFile ChunkParent
Résultat IffFile

ChunkProcessed public_oe property

public bool ChunkProcessed
Résultat bool

ChunkType public_oe property

public string ChunkType
Résultat string

OriginalData public_oe property

public byte[] OriginalData
Résultat byte[]

OriginalID public_oe property

public ushort OriginalID
Résultat ushort

OriginalLabel public_oe property

public string OriginalLabel
Résultat string

RuntimeInfo public_oe property

public ChunkRuntimeState RuntimeInfo
Résultat ChunkRuntimeState