C# Class Revise.Files.ZSC.ModelListFile

Provides the ability to create, open and save ZSC files for model data.
Inheritance: FileLoader
显示文件 Open project: osROSE/UnityRose Class Usage Examples

Public Methods

Method Description
Clear ( ) : void

Clears all file systems.

Load ( Stream stream ) : void

Loads the file from the specified stream.

ModelListFile ( ) : System.Collections.Generic

Initializes a new instance of the ModelListFile class.

Reset ( ) : void

Resets properties to their default values.

Save ( Stream stream ) : void

Saves the file to the specified stream.

Method Details

Clear() public method

Clears all file systems.
public Clear ( ) : void
return void

Load() public method

Loads the file from the specified stream.
public Load ( Stream stream ) : void
stream System.IO.Stream The stream to read from.
return void

ModelListFile() public method

Initializes a new instance of the ModelListFile class.
public ModelListFile ( ) : System.Collections.Generic
return System.Collections.Generic

Reset() public method

Resets properties to their default values.
public Reset ( ) : void
return void

Save() public method

Saves the file to the specified stream.
public Save ( Stream stream ) : void
stream System.IO.Stream The stream to save to.
return void