GZipOutputStream.Write Method

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

GZipOutputStream.Write Method 

Write given buffer to output updating crc

public override void Write(
   byte[] buffer,
   int offset,
   int count
);

Parameters

buffer
Buffer to write
offset
Offset of first byte in buf to write
count
Number of bytes to write

See Also

GZipOutputStream Class | ICSharpCode.SharpZipLib.GZip Namespace