Inheritance diagram for ICSharpCode::SharpZipLib::Core::NameAndSizeFilter:
Public Member Functions | |
NameAndSizeFilter (string filter, long minSize, long maxSize) | |
Initialise a new instance of NameAndSizeFilter. | |
override bool | IsMatch (string fileName) |
Test a filename to see if it matches the filter. | |
Properties | |
long | MinSize |
The minimum size for a file that will match this filter. | |
long | maxSize = long.MaxValue |
long | MaxSize |
The maximum size for a file that will match this filter. | |
Private Attributes | |
long | minSize = 0 |
Definition at line 87 of file PathFilter.cs.
|
Initialise a new instance of NameAndSizeFilter.
Definition at line 96 of file PathFilter.cs. |
|
Test a filename to see if it matches the filter.
Reimplemented from ICSharpCode::SharpZipLib::Core::PathFilter. Definition at line 107 of file PathFilter.cs. |
|
Definition at line 115 of file PathFilter.cs. |
|
The maximum size for a file that will match this filter.
Definition at line 132 of file PathFilter.cs. |
|
Definition at line 126 of file PathFilter.cs. |
|
The minimum size for a file that will match this filter.
Definition at line 121 of file PathFilter.cs. |