Deflate Method
From SharpZip Compression Library
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