MLAPI API Reference
MLAPI API Reference
MLAPI.Serialization
BitStream Class
BitStream Methods
CopyFrom Method
CopyUnreadFrom Method
Flush Method
GetBuffer Method
PeekByte Method
Read Method
ReadBit Method
ReadByte Method
Seek Method
SetLength Method
ToArray Method
ToString Method
Write Method
WriteBit Method
BitStream
WriteBit Method
[This is preliminary documentation and is subject to change.]
Write a single bit to the stream
Namespace:
MLAPI.Serialization
Assembly:
MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
Copy
public
void
WriteBit
(
bool
bit
)
Request Example
View Source
Parameters
bit
Type:
System
Boolean
Value of the bit. True represents 1, False represents 0
See Also
Reference
BitStream Class
MLAPI.Serialization Namespace