MLAPI API Reference
MLAPI API Reference
MLAPI.Serialization
BitReader Class
BitReader Constructor
BitReader Methods
BitReader Constructor
[This is preliminary documentation and is subject to change.]
Creates a new BitReader backed by a given stream
Namespace:
MLAPI.Serialization
Assembly:
MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
Copy
public
BitReader
(
Stream
stream
)
Request Example
View Source
Parameters
stream
Type:
System.IO
Stream
The stream to read from
See Also
Reference
BitReader Class
MLAPI.Serialization Namespace