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
PeekByte Method
[This is preliminary documentation and is subject to change.]
Peeks a byte without advancing the position
Namespace:
MLAPI.Serialization
Assembly:
MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
Copy
public
int
PeekByte
()
Request Example
View Source
Return Value
Type:
Int32
The peeked byte
See Also
Reference
BitStream Class
MLAPI.Serialization Namespace