GZipStream.WriteByte Method

DotZLib

DotZLib .Net wrapper for ZLib1.dll

GZipStream.WriteByte Method 

Writes a single byte to the stream

public override void WriteByte(
   byte value
);

Parameters

value
The byte to add to the stream.

Exceptions

Exception Type Condition
NotSupportedException If this stream is not writeable.
ObjectDisposedException If this stream has been disposed.

See Also

GZipStream Class | DotZLib Namespace