Click or drag to resize

BitStreamCapacity Property

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

Current buffer size. The buffer will not be resized (if possible) until Position is equal to Capacity and an attempt to write data is made.

Namespace:  MLAPI.Serialization
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public long Capacity { get; set; }
Request Example View Source

Property Value

Type: Int64
See Also