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

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

공개 메소드들

메소드 설명
Dispose ( ) : void
FileExists ( string path ) : bool
GetFileStream ( string path ) : Stream
WhereIsFile ( string path ) : string

비공개 메소드들

메소드 설명
AddArchive ( string filename ) : void
ArchiveManager ( DataContext context ) : System
CreateArchiveReader ( string filename ) : ArchiveReader

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

FileExists() 공개 메소드

public FileExists ( string path ) : bool
path string
리턴 bool

GetFileStream() 공개 메소드

public GetFileStream ( string path ) : Stream
path string
리턴 Stream

WhereIsFile() 공개 메소드

public WhereIsFile ( string path ) : string
path string
리턴 string