Click or drag to resize

BinaryArchiveWriterWriteByte Method

Writes a Byte value to the archive.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public void WriteByte(
	byte value
)

Parameters

value
Type: SystemByte
A value to write.
See Also