Click or drag to resize

BinaryArchiveReaderReadByte Method

Reads a Byte from the archive.

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

Return Value

Type: Byte
The value that was read.
See Also