ZipExtraData.Find Method

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

ZipExtraData.Find Method 

Find an extra data value

public bool Find(
   int headerID
);

Parameters

headerID
The identifier for the value to find.

Return Value

Returns true if the value was found; false otherwise.

See Also

ZipExtraData Class | ICSharpCode.SharpZipLib.Zip Namespace