Deflate Method

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

Deflater.Deflate Method

Deflates the current input block with to the given array.

Overload List

Deflates the current input block with to the given array.

public int Deflate(byte[]);

Deflates the current input block to the given array.

public int Deflate(byte[],int,int);

See Also

Deflater Class | ICSharpCode.SharpZipLib.Zip.Compression Namespace