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

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

공개 메소드들

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

보호된 메소드들

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

메소드 상세

ArchiveReader() 공개 메소드

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

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

DoFileExists() 보호된 추상적인 메소드

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

DoGetFileStream() 보호된 추상적인 메소드

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

DoOpen() 보호된 추상적인 메소드

protected abstract DoOpen ( ) : void
리턴 void

FileExists() 공개 메소드

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

GetFileStream() 공개 메소드

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

Open() 공개 메소드

public Open ( ) : void
리턴 void