C# Class Alexandria.Engines.DarkSouls.Archive.ArchiveFileManager

Inheritance: Glare.Assets.FileManager
Afficher le fichier Open project: Burton-Radons/Alexandria

Méthodes publiques

Méthode Description
ArchiveFileManager ( Archive archive ) : System
Exists ( string path ) : bool
Open ( string path, FileMode mode, FileAccess access, FileShare share ) : Stream

Method Details

ArchiveFileManager() public méthode

public ArchiveFileManager ( Archive archive ) : System
archive Archive
Résultat System

Exists() public méthode

public Exists ( string path ) : bool
path string
Résultat bool

Open() public méthode

public Open ( string path, FileMode mode, FileAccess access, FileShare share ) : Stream
path string
mode FileMode
access FileAccess
share FileShare
Résultat Stream