Click or drag to resize

BitReaderReadByteBits Method

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

Read a certain amount of bits from the stream.

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

Parameters

bitCount
Type: SystemInt32
How many bits to read. Minimum 0, maximum 64.

Return Value

Type: Byte
The bits that were read
See Also