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
See Also
ZipOutputStream Class | ZipOutputStream Members | ICSharpCode.SharpZipLib.Zip Namespace