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

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

Parameters

value
Type: SystemByte
Value to write
See Also