Click or drag to resize

BitStreamCopyFrom Method (BitStream, Int32, Boolean)

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

Copys the bits from the provided BitStream

Namespace:  MLAPI.Serialization
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void CopyFrom(
	BitStream stream,
	int dataCount,
	bool copyBits
)
Request Example View Source

Parameters

stream
Type: MLAPI.SerializationBitStream
The stream to copy from
dataCount
Type: SystemInt32
The amount of data evel
copyBits
Type: SystemBoolean
Wheter or not to copy at the bit level rather than the byte level
See Also