Click or drag to resize

BitStreamWrite Method (Byte, Int32, Int32)

[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 override void Write(
	byte[] buffer,
	int offset,
	int count
)
Request Example View Source

Parameters

buffer
Type: SystemByte
Buffer to write from.
offset
Type: SystemInt32
Offset in given buffer to start reading from.
count
Type: SystemInt32
Amount of bytes to read copy from given buffer to stream buffer.
See Also