Click or drag to resize

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#
public BitReader(
	Stream stream
)
Request Example View Source

Parameters

stream
Type: System.IOStream
The stream to read from
See Also