C# 클래스 Patcher.Data.Archives.Fallout4ArchiveReader

상속: ArchiveReader
파일 보기 프로젝트 열기: unforbidable/patcher

공개 메소드들

메소드 설명
Fallout4ArchiveReader ( string path ) : System

보호된 메소드들

메소드 설명
DoFileExists ( string path ) : bool
DoGetFileStream ( string path ) : Stream
DoOpen ( ) : void

비공개 메소드들

메소드 설명
FindFileInfo ( string path ) : FileInfo

메소드 상세

DoFileExists() 보호된 메소드

protected DoFileExists ( string path ) : bool
path string
리턴 bool

DoGetFileStream() 보호된 메소드

protected DoGetFileStream ( string path ) : Stream
path string
리턴 Stream

DoOpen() 보호된 메소드

protected DoOpen ( ) : void
리턴 void

Fallout4ArchiveReader() 공개 메소드

public Fallout4ArchiveReader ( string path ) : System
path string
리턴 System