C# Class FastZipDemo, SharpZipLib

Exibir arquivo Open project: icsharpcode/SharpZipLib Class Usage Examples

Public Methods

Method Description
Main ( string args ) : void

Main entry point for FastZip sample.

Private Methods

Method Description
ConfirmOverwrite ( string file ) : bool
ListDir ( object sender, DirectoryEventArgs e ) : void
ListFile ( object sender, ScanEventArgs e ) : void
ListFileSystem ( string directory, bool recurse, string fileFilter, string directoryFilter ) : void
ListZipFile ( string fileName, string fileFilter, string directoryFilter ) : void
ProcessDirectory ( object sender, DirectoryEventArgs e ) : void
ProcessFile ( object sender, ScanEventArgs e ) : void
Run ( string args ) : void
ShowProgress ( object sender, ProgressEventArgs e ) : void

Method Details

Main() public static method

Main entry point for FastZip sample.
public static Main ( string args ) : void
args string The arguments provided to this process.
return void