NameAndSizeFilter Class

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

NameAndSizeFilter Class

NOTE: This class is now obsolete.

Use ExtendedPathFilter instead


NameAndSizeFilter filters based on name and file size.

For a list of all members of this type, see NameAndSizeFilter Members.

System.Object    ICSharpCode.SharpZipLib.Core.PathFilter
      ICSharpCode.SharpZipLib.Core.NameAndSizeFilter

public class NameAndSizeFilter : PathFilter

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

A sample showing how filters might be extended.

Requirements

Namespace: ICSharpCode.SharpZipLib.Core

Assembly: ICSharpCode.SharpZipLib (in ICSharpCode.SharpZipLib.dll)

See Also

NameAndSizeFilter Members | ICSharpCode.SharpZipLib.Core Namespace