Click or drag to resize

BitStreamPool Class

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

Static class containing PooledBitStreams
Inheritance Hierarchy
SystemObject
  MLAPI.SerializationBitStreamPool

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

The BitStreamPool type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetStream
Retrieves an expandable PooledBitStream from the pool
Public methodStatic memberPutBackInPool
Puts a PooledBitStream back into the pool
Top
See Also