Méthode |
Description |
|
AddToListOfFiles ( ArchiveFile extractFile ) : void |
|
|
CopyFiles ( NativeMethods fdin ) : IntPtr |
|
|
CreateAllRelevantDirectories ( string filePath ) : void |
|
|
Dispose ( bool disposing ) : void |
|
|
ExtractCallback ( NativeMethods fdint, NativeMethods fdin ) : IntPtr |
|
|
ExtractFile ( string fileName ) : void |
|
|
FdiCopy ( ) : bool |
|
|
FdiCreate ( NativeMethods fnMemAlloc, NativeMethods fnMemFree, NativeMethods fnFileOpen, NativeMethods fnFileRead, NativeMethods fnFileWrite, NativeMethods fnFileClose, NativeMethods fnFileSeek, NativeMethods erf ) : IntPtr |
|
|
FdiIterate ( ) : bool |
|
|
FileRead ( IntPtr hf, byte buffer, int cb ) : int |
|
|
FileSeek ( IntPtr hf, int dist, int seektype ) : int |
|
|
FileWrite ( IntPtr hf, byte buffer, int cb ) : int |
|
|
GetFileName ( NativeMethods notification ) : string |
|
|
GetFileRootFolder ( string path ) : string |
|
|
InputFileClose ( IntPtr hf ) : int |
|
|
InputFileOpen ( string fileName, int oflag, int pmode ) : IntPtr |
|
|
IterateCallback ( NativeMethods fdint, NativeMethods fdin ) : IntPtr |
|
|
MemAlloc ( int cb ) : IntPtr |
|
|
MemFree ( IntPtr mem ) : void |
|
|
OutputFileClose ( NativeMethods fdin ) : IntPtr |
|
|
OutputFileOpen ( NativeMethods fdin ) : IntPtr |
|
|
ShouldIgnoreFile ( ArchiveFile extractFile ) : bool |
|
|
StreamFromHandle ( IntPtr hf ) : Stream |
|
|