C# Class Revise.Files.IDX.VirtualFileIndexFile

Provides the ability to create, open and save IDX files for storing file entries.
Inheritance: FileLoader
Mostrar archivo 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.

Reset ( ) : void

Resets properties to their default values.

Save ( Stream stream ) : void

Saves the file to the specified stream.

VirtualFileIndexFile ( ) : System.Collections.Generic

Initializes a new instance of the VirtualFileIndexFile class.

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

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

VirtualFileIndexFile() public method

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