C# Class FSO.Files.Formats.IFF.Chunks.GLOB

This chunk type holds the filename of a semi-global iff file used by this object.
Inheritance: IffChunk
显示文件 Open project: RHY3756547/FreeSO Class Usage Examples

Public Properties

Property Type Description
Name string

Public Methods

Method Description
Read ( IffFile iff, Stream stream ) : void

Reads a GLOB chunk from a stream.

Write ( IffFile iff, Stream stream ) : bool

Method Details

Read() public method

Reads a GLOB chunk from a stream.
public Read ( IffFile iff, Stream stream ) : void
iff IffFile An Iff instance.
stream Stream A Stream object holding a GLOB chunk.
return void

Write() public method

public Write ( IffFile iff, Stream stream ) : bool
iff IffFile
stream Stream
return bool

Property Details

Name public_oe property

public string Name
return string