ICSharpCode::SharpZipLib::Zip::FastZipEvents Class Reference

FastZipEvents supports all events applicable to FastZipFastZip operations. More...

List of all members.

Public Member Functions

void OnDirectoryFailure (string directory, Exception e)
 Raise the directory failure event.
void OnFileFailure (string file, Exception e)
 Raises the file failure event.
void OnProcessFile (string file)
 Raises the ProcessFileEvent.
void OnProcessDirectory (string directory, bool hasMatchingFiles)
 Raises the ProcessDirectoryEvent.

Public Attributes

ProcessDirectoryDelegate ProcessDirectory
 Delegate to invoke when processing directories.
ProcessFileDelegate ProcessFile
 Delegate to invoke when processing files.
DirectoryFailureDelegate DirectoryFailure
 Delegate to invoke when processing directory failures.
FileFailureDelegate FileFailure
 Delegate to invoke when processing file failures.


Detailed Description

FastZipEvents supports all events applicable to FastZipFastZip operations.

Definition at line 46 of file FastZip.cs.


Member Function Documentation

void ICSharpCode::SharpZipLib::Zip::FastZipEvents::OnDirectoryFailure string  directory,
Exception  e
[inline]
 

Raise the directory failure event.

Parameters:
directory The directory.
e The exception for this event.

Definition at line 73 of file FastZip.cs.

void ICSharpCode::SharpZipLib::Zip::FastZipEvents::OnFileFailure string  file,
Exception  e
[inline]
 

Raises the file failure event.

Parameters:
file The file for this event.
e The exception for this event.

Definition at line 86 of file FastZip.cs.

void ICSharpCode::SharpZipLib::Zip::FastZipEvents::OnProcessDirectory string  directory,
bool  hasMatchingFiles
[inline]
 

Raises the ProcessDirectoryEvent.

Parameters:
directory The directory for this event.
hasMatchingFiles Flag indicating if directory has matching files as determined by the current filter.

Definition at line 111 of file FastZip.cs.

void ICSharpCode::SharpZipLib::Zip::FastZipEvents::OnProcessFile string  file  )  [inline]
 

Raises the ProcessFileEvent.

Parameters:
file The file for this event.

Definition at line 98 of file FastZip.cs.


Member Data Documentation

DirectoryFailureDelegate ICSharpCode::SharpZipLib::Zip::FastZipEvents::DirectoryFailure
 

Delegate to invoke when processing directory failures.

Definition at line 61 of file FastZip.cs.

FileFailureDelegate ICSharpCode::SharpZipLib::Zip::FastZipEvents::FileFailure
 

Delegate to invoke when processing file failures.

Definition at line 66 of file FastZip.cs.

ProcessDirectoryDelegate ICSharpCode::SharpZipLib::Zip::FastZipEvents::ProcessDirectory
 

Delegate to invoke when processing directories.

Definition at line 51 of file FastZip.cs.

ProcessFileDelegate ICSharpCode::SharpZipLib::Zip::FastZipEvents::ProcessFile
 

Delegate to invoke when processing files.

Definition at line 56 of file FastZip.cs.


The documentation for this class was generated from the following file:
Generated on Fri Jun 23 21:50:06 2006 for OblivionModTranslator by  doxygen 1.4.6-NO