Property | Type | Description | |
---|---|---|---|
Entries | FSO.Files.Formats.IFF.Chunks.PIFFEntry[] | ||
SourceIff | string | ||
Version | ushort |
Method | Description | |
---|---|---|
PIFF ( ) : System | ||
Read ( IffFile iff, Stream stream ) : void | ||
Write ( IffFile iff, Stream stream ) : bool |
public Read ( IffFile iff, Stream stream ) : void | ||
iff | IffFile | |
stream | Stream | |
return | void |
public Write ( IffFile iff, Stream stream ) : bool | ||
iff | IffFile | |
stream | Stream | |
return | bool |
public PIFFEntry[],FSO.Files.Formats.IFF.Chunks Entries | ||
return | FSO.Files.Formats.IFF.Chunks.PIFFEntry[] |