Свойство | 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é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)
|
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 |
public Write ( IffFile iff, Stream stream ) : bool | ||
iff | IffFile | |
stream | Stream | |
Résultat | bool |