Click or drag to resize

BitStreamWrite 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#
public void Write(
	byte[] buffer
)
Request Example View Source

Parameters

buffer
Type: SystemByte
Buffer to write from.
See Also