Inheritance diagram for ICSharpCode::SharpZipLib::Core::PathFilter:
Public Member Functions | |
PathFilter (string filter) | |
Initialise a new instance of PathFilter. | |
virtual bool | IsMatch (string name) |
Test a name to see if it matches the filter. | |
Private Attributes | |
NameFilter | nameFilter |
Definition at line 58 of file PathFilter.cs.
|
Initialise a new instance of PathFilter.
Definition at line 64 of file PathFilter.cs. |
|
Test a name to see if it matches the filter.
Implements ICSharpCode::SharpZipLib::Core::IScanFilter. Reimplemented in ICSharpCode::SharpZipLib::Core::NameAndSizeFilter. Definition at line 74 of file PathFilter.cs. |
|
Definition at line 80 of file PathFilter.cs. |