Click or drag to resize

BitReaderReadByte Method

[This is preliminary documentation and is subject to change.]

Reads a single byte

Namespace:  MLAPI.Serialization
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public int ReadByte()
Request Example View Source

Return Value

Type: Int32
The byte read as an integer
See Also