ZipOutputStream.SetMethod Method

Sets default compression method. If the Zip entry specifies another method its method takes precedence.

[Visual Basic]
Public Sub SetMethod( _
   ByVal method As Integer _
)
[C#]
public void SetMethod(
   int method
);

Parameters

method

the method.

Exceptions

Exception TypeCondition
if method is not supported.

See Also

ZipOutputStream Class | ZipOutputStream Members | ICSharpCode.SharpZipLib.Zip Namespace