GZipStream.Write Method

DotZLib

DotZLib .Net wrapper for ZLib1.dll

GZipStream.Write Method 

Writes a number of bytes to the stream

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

Parameters

buffer
offset
count

Exceptions

Exception Type Condition
ArgumentNullException If buffer is null
ArgumentOutOfRangeException If count or offset are negative
ArgumentException If offset + count is > buffer.Length
NotSupportedException If this stream is not writeable.
ObjectDisposedException If this stream has been disposed.

See Also

GZipStream Class | DotZLib Namespace