Click or drag to resize

BitStreamSetLength Method

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

Set length of data considered to be "written" to the stream.

Namespace:  MLAPI.Serialization
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public override void SetLength(
	long value
)
Request Example View Source

Parameters

value
Type: SystemInt64
New length of the written data.
See Also