ZipEntry.IsCompressionMethodSupported Method (CompressionMethod)

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

ZipEntry.IsCompressionMethodSupported Method (CompressionMethod)

Test a compression method to see if this library supports extracting data compressed with that method

public static bool IsCompressionMethodSupported(
   CompressionMethod method
);

Parameters

method
The compression method to test.

Return Value

Returns true if the compression method is supported; false otherwise

See Also

ZipEntry Class | ICSharpCode.SharpZipLib.Zip Namespace | ZipEntry.IsCompressionMethodSupported Overload List