Click or drag to resize
DeflateStreamWriteByte Method
Writes byte to stream.

Namespace: CMS.IO.Compression
Assembly: CMS.IO (in CMS.IO.dll) Version: 8.2.23
Syntax
C#
public override void WriteByte(
	byte value
)

Parameters

value
Type: SystemByte
Value to write
See Also