C# 클래스 OpenRA.FileSystem.InstallShieldCABExtractor

상속: IDisposable, IFolder
파일 보기 프로젝트 열기: cjshmyr/OpenRA 1 사용 예제들

공개 메소드들

메소드 설명
Contains ( string filename ) : bool
DirectoryCount ( ) : uint
DirectoryName ( uint index ) : string
Dispose ( ) : void
ExtractFile ( uint index, string fileName ) : void
FileCount ( ) : uint
FileName ( uint index ) : string
GetContentById ( uint index ) : Stream
GetContentById ( uint index, Stream output ) : void
GetStream ( string fileName ) : Stream
InstallShieldCABExtractor ( FileSystem context, string hdrFilename ) : System

비공개 메소드들

메소드 설명
AddFileDescriptorToList ( uint index ) : void

메소드 상세

Contains() 공개 메소드

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

DirectoryCount() 공개 메소드

public DirectoryCount ( ) : uint
리턴 uint

DirectoryName() 공개 메소드

public DirectoryName ( uint index ) : string
index uint
리턴 string

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

ExtractFile() 공개 메소드

public ExtractFile ( uint index, string fileName ) : void
index uint
fileName string
리턴 void

FileCount() 공개 메소드

public FileCount ( ) : uint
리턴 uint

FileName() 공개 메소드

public FileName ( uint index ) : string
index uint
리턴 string

GetContentById() 공개 메소드

public GetContentById ( uint index ) : Stream
index uint
리턴 Stream

GetContentById() 공개 메소드

public GetContentById ( uint index, Stream output ) : void
index uint
output Stream
리턴 void

GetStream() 공개 메소드

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

InstallShieldCABExtractor() 공개 메소드

public InstallShieldCABExtractor ( FileSystem context, string hdrFilename ) : System
context FileSystem
hdrFilename string
리턴 System