C# Класс Revise.Files.IDX.VirtualFileIndexFile

Provides the ability to create, open and save IDX files for storing file entries.
Наследование: FileLoader
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

Clear() публичный Метод

Clears all file systems.
public Clear ( ) : void
Результат void

Load() публичный Метод

Loads the file from the specified stream.
public Load ( Stream stream ) : void
stream System.IO.Stream The stream to read from.
Результат void

Reset() публичный Метод

Resets properties to their default values.
public Reset ( ) : void
Результат void

Save() публичный Метод

Saves the file to the specified stream.
public Save ( Stream stream ) : void
stream System.IO.Stream The stream to save to.
Результат void

VirtualFileIndexFile() публичный Метод

Initializes a new instance of the VirtualFileIndexFile class.
public VirtualFileIndexFile ( ) : System.Collections.Generic
Результат System.Collections.Generic