C# Class Patcher.Data.Archives.Fallout4ArchiveReader

Inheritance: ArchiveReader
显示文件 Open project: unforbidable/patcher

Public Methods

Method Description
Fallout4ArchiveReader ( string path ) : System

Protected Methods

Method Description
DoFileExists ( string path ) : bool
DoGetFileStream ( string path ) : Stream
DoOpen ( ) : void

Private Methods

Method Description
FindFileInfo ( string path ) : FileInfo

Method Details

DoFileExists() protected method

protected DoFileExists ( string path ) : bool
path string
return bool

DoGetFileStream() protected method

protected DoGetFileStream ( string path ) : Stream
path string
return Stream

DoOpen() protected method

protected DoOpen ( ) : void
return void

Fallout4ArchiveReader() public method

public Fallout4ArchiveReader ( string path ) : System
path string
return System