C# Class Patcher.Data.Archives.Fallout4ArchiveReader

Inheritance: ArchiveReader
Afficher le fichier Open project: unforbidable/patcher

Méthodes publiques

Méthode Description
Fallout4ArchiveReader ( string path ) : System

Méthodes protégées

Méthode Description
DoFileExists ( string path ) : bool
DoGetFileStream ( string path ) : Stream
DoOpen ( ) : void

Private Methods

Méthode Description
FindFileInfo ( string path ) : FileInfo

Method Details

DoFileExists() protected méthode

protected DoFileExists ( string path ) : bool
path string
Résultat bool

DoGetFileStream() protected méthode

protected DoGetFileStream ( string path ) : Stream
path string
Résultat Stream

DoOpen() protected méthode

protected DoOpen ( ) : void
Résultat void

Fallout4ArchiveReader() public méthode

public Fallout4ArchiveReader ( string path ) : System
path string
Résultat System