C# Class Crisis.Ionic.Zip.ReadProgressEventArgs

Provides information about the progress of a Read operation.
Inheritance: ZipProgressEventArgs
Afficher le fichier Open project: teeknofil/Crisis-Wordlist-Generator Class Usage Examples

Private Methods

Méthode Description
After ( string archiveName, ZipEntry entry, int entriesTotal ) : ReadProgressEventArgs
Before ( string archiveName, int entriesTotal ) : ReadProgressEventArgs
ByteUpdate ( string archiveName, ZipEntry entry, System.Int64 bytesXferred, System.Int64 totalBytes ) : ReadProgressEventArgs
Completed ( string archiveName ) : ReadProgressEventArgs
ReadProgressEventArgs ( ) : System
ReadProgressEventArgs ( string archiveName, ZipProgressEventType flavor ) : System
Started ( string archiveName ) : ReadProgressEventArgs