Click or drag to resize

BitStreamReadByte Method

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

Read a byte from the buffer. This takes into account possible byte misalignment.

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

Return Value

Type: Int32
A byte from the buffer or, if a byte can't be read, -1.
See Also