Click or drag to resize

BitStreamToArray Method

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

Creates a copy of the internal buffer. This only contains the used bytes

Namespace:  MLAPI.Serialization
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public byte[] ToArray()
Request Example View Source

Return Value

Type: Byte
A copy of used bytes in the internal buffer
See Also