Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
AddFileDescriptorToList ( uint index ) : void |
public ExtractFile ( uint index, string fileName ) : void | ||
index | uint | |
fileName | string | |
return | void |
public GetContentById ( uint index ) : Stream | ||
index | uint | |
return | Stream |
public GetContentById ( uint index, Stream output ) : void | ||
index | uint | |
output | Stream | |
return | void |
public GetStream ( string fileName ) : Stream | ||
fileName | string | |
return | Stream |
public InstallShieldCABExtractor ( FileSystem context, string hdrFilename ) : System | ||
context | FileSystem | |
hdrFilename | string | |
return | System |