Writes a number of bytes to the stream
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