GZipOutputStream.Write Method

SharpZip Compression Library

SharpZip Compression Library

GZipOutputStream.Write Method 

Write given buffer to output updating crc

public override void Write(
   byte[] buf,
   int off,
   int len
);

Parameters

buf
Buffer to write
off
Offset of first byte in buf to write
len
Number of bytes to write

See Also

GZipOutputStream Class | ICSharpCode.SharpZipLib.GZip Namespace