Click or drag to resize

BitStreamPoolGetStream Method

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

Retrieves an expandable PooledBitStream from the pool

Namespace:  MLAPI.Serialization
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static PooledBitStream GetStream()
Request Example View Source

Return Value

Type: PooledBitStream
An expandable PooledBitStream
See Also