MLAPI API Reference
MLAPI API Reference
MLAPI.Serialization
BitStream Class
BitStream Methods
Write Method
Write Method (Byte[])
Write Method (Byte[], Int32, Int32)
BitStream
Write Method (
Byte
)
[This is preliminary documentation and is subject to change.]
Write data from the given buffer to the internal stream buffer.
Namespace:
MLAPI.Serialization
Assembly:
MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
Copy
public
void
Write
(
byte
[]
buffer
)
Request Example
View Source
Parameters
buffer
Type:
System
Byte
Buffer to write from.
See Also
Reference
BitStream Class
Write Overload
MLAPI.Serialization Namespace