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
ReadBit Method
[This is preliminary documentation and is subject to change.]
Read a single bit from the stream.
Namespace:
MLAPI.Serialization
Assembly:
MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
Copy
public
bool
ReadBit
()
Request Example
View Source
Return Value
Type:
Boolean
A bit in bool format. (True represents 1, False represents 0)
See Also
Reference
BitStream Class
MLAPI.Serialization Namespace