C# 클래스 SleepHunter.IO.FileArchive

상속: IDisposable
파일 보기 프로젝트 열기: ewrogers/SleepHunter4 1 사용 예제들

공개 메소드들

메소드 설명
ContainsFile ( string filename ) : bool
Dispose ( ) : void
FileArchive ( string filename ) : System
GetEntry ( string filename ) : FileArchiveEntry
GetStream ( string filename ) : Stream

비공개 메소드들

메소드 설명
Dispose ( bool isDisposing ) : void
ReadTableOfContents ( ) : void

메소드 상세

ContainsFile() 공개 메소드

public ContainsFile ( string filename ) : bool
filename string
리턴 bool

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

FileArchive() 공개 메소드

public FileArchive ( string filename ) : System
filename string
리턴 System

GetEntry() 공개 메소드

public GetEntry ( string filename ) : FileArchiveEntry
filename string
리턴 FileArchiveEntry

GetStream() 공개 메소드

public GetStream ( string filename ) : Stream
filename string
리턴 Stream