MLAPI API Reference
MLAPI API Reference
MLAPI.Serialization
BitStream Class
BitStream Methods
CopyFrom Method
CopyUnreadFrom Method
Flush Method
GetBuffer Method
PeekByte Method
Read Method
ReadBit Method
ReadByte Method
Seek Method
SetLength Method
ToArray Method
ToString Method
Write Method
WriteBit Method
BitStream
ToArray 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#
Copy
public
byte
[]
ToArray
()
Request Example
View Source
Return Value
Type:
Byte
A copy of used bytes in the internal buffer
See Also
Reference
BitStream Class
MLAPI.Serialization Namespace